Linux:Bash Useful Tips: Difference between revisions

From queowiki
Created page with " == Bash tipps & tricks == '''Renaming multiple files with the same extension in CentOS''' ''rename .ext .ext.bak *.ext'' Beware that the rename command may work differently..."
 
Line 1: Line 1:


== Bash tipps & tricks ==
== 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
'''Renaming multiple files with the same extension in CentOS'''
''rename .ext .ext.bak *.ext''
Beware that the rename command may work differently acc. to the Linux distribution

Revision as of 12:56, 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