Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.
A simple command, therename from util-linuxrename from util-linux, will do that for you, it replace. It replaces every occurencesoccurrence of "txt" towith "text" in all filefiles matching "*.txt":
rename txt text *.txt
A simple command, therename 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
A simple command, rename from util-linux, will do that for you. It replaces every occurrence of "txt" with "text" in all files matching "*.txt":