/ Published in: Bash
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
;-)
Expand |
Embed | Plain Text
rename 's/old/new/' *old*
You need to login to post a comment.
