Skip to main content
2 of 3
added 101 characters in body
ilkkachu
  • 147.9k
  • 16
  • 268
  • 441

A simple command, the rename from util-linux, will do that for you, it replace every occurences of "txt" to "text" in all file matching "*.txt":

rename txt text *.txt
lamwaiman1988
  • 2.2k
  • 6
  • 24
  • 32