NAME

rxrename.pl - Interactively rename files using Perl regular expressions


SYNOPSIS

  rxrename.pl "D:\My Music\*.mp3"

or

  rxrename.pl ~/mp3/*.mp3


DESCRIPTION

Rename a group of files using regular expressions. The files to be renamed are given as argument to the script. The regular expressions are given interactively, and several may be given. They will be evaluated one after the other.


TO DO

  Fix "new file name exists" code, and look into case sensitivity of file system.
  Take debug level from command line
  Keep a history of regexes and allow reusing them
  Offer a menu of some common regexes (capitalisation, handling of spaces, ...)
  A good-looking practical Tk interface?


AUTHOR and COPYRIGHT

perl -e "print qq(mi.perl\x40alma.ch\n)"


LICENSE

Same as Perl itself.


SEE ALSO

perl(1) perldoc perlrequick perlretut.