- Code: Select all
for dir in Felucca Ilshenar Malas Mondain Tokuno Trammel; do mv $dir `echo $dir| tr [:upper:] [:lower:]`; done
for file in felucca/*.map ilshenar/*.map malas/*.map mondain/*.map tokuno/*.map trammel/*.map; do mv $file `echo $file | tr [:upper:] [:lower:]`; done
*Note: This is for fresh installations of Nerun's. If you have custom map files in these directories that you do not want renamed, take measures to avoid it.
Just copy and paste the lines into your shell prompt and it'll go to work for you. It saves about 5-10 minutes (depending on your type speed) of manually typing mv to rename each file and directory.
I hope this helps some people.
Regards,
malign
