On Sat, Sep 15, 2001 at 05:28:35PM +0100, adam sheridan wrote:
> can anyone tell me a command line to type that will find all my mp3s' in a
> certain place and then rename them so that the first letter of each word in
> the name is capitalised (excluding mp3).
Maybe something like...
perl -e 'use File::Find; find (sub { /\.mp3$/ && rename $_ => ucfirst }, "/a/certain/place")'
...?
Wesley.
Maintained by the ILUG website team. The aim of Linux.ie is to
support and help commercial and private users of Linux in Ireland. You can
display ILUG news in your own webpages, read backend
information to find out how. Networking services kindly provided by HEAnet, server kindly donated by
Dell. Linux is a trademark of Linus Torvalds,
used with permission. No penguins were harmed in the production or maintenance
of this highly praised website. Looking for the
Indian Linux Users' Group? Try here. If you've read all this and aren't a lawyer: you should be!