Return to Snippet

Revision: 24281
at February 25, 2010 06:14 by vigoncas


Initial Code
rename 's/old/new/' *old*

Initial URL


Initial Description
If you have these files:

old-file.php
file-old.php
file-old-file.php
license.txt

and you apply the snippet then you'll have these files:

new-file.php
file-new.php
file-new-file.php
license.txt

;-)

Initial Title
Rename multiple files

Initial Tags
files

Initial Language
Bash