I needed to rename a lot of directories from 'S0?' to 'Season ?' found an easy way of doing this from the command line:
find /media/ -type d -iname 'S0?' -exec renamexm -s/S0/Season\ /g {} \;
Subscribe to:
Post Comments (Atom)
Any useful info, tips or tricks I come across will be posted here, mainly relating to Oracle, SQL Server or Linux
0 comments:
Post a Comment