Linux:Bash Useful Tips: Difference between revisions
Line 1: | Line 1: | ||
== Renaming multiple files with the same extension in CentOS == | == Renaming multiple files with the same extension in CentOS == | ||
<code>rename .ext .ext.bak *.ext</code> | |||
(!) Beware that the rename command may work differently acc. to your Linux distribution | (!) Beware that the rename command may work differently acc. to your Linux distribution |
Revision as of 12:59, 19 January 2017
Renaming multiple files with the same extension in CentOS
rename .ext .ext.bak *.ext
(!) Beware that the rename command may work differently acc. to your Linux distribution