Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Batch rename image files sequentially via perl script' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Batch rename image files sequentially via perl script
Authored by: euggie on Aug 29, '07 10:41:58PM

The script will break if your filenames contains spaces or dashes, or if you have something like alias ls='ls -F' in your .bashrc. The stuff suggested by the comments are great, or you can use perl's own readdir and File::Copy or link to roll your own.



[ Reply to This | # ]