Linux:Bash Useful Tips: Difference between revisions
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..." |
(No difference)
|
Revision as of 12:53, 19 January 2017
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 the Linux distribution