Linux:Bash Useful Tips

From queowiki
Revision as of 12:53, 19 January 2017 by Queo (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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