Here’s a quick and dirty shell script I wrote to rename all the files in a directory based upon a search and replace string:
1 2 3 4 5 6 7 8 9 10 11 |
|
Be careful, virtually no error checking is done.
Here’s a quick and dirty shell script I wrote to rename all the files in a directory based upon a search and replace string:
1 2 3 4 5 6 7 8 9 10 11 |
|
Be careful, virtually no error checking is done.