Help for this page

Select Code to Download


  1. or download this
    rnm "s/Blah Blah - \d{2} - //" "Blah Blah - 01 - Peter.txt" "Blah Blah
    + - 02 - Lois.txt"
    
  2. or download this
    #!/usr/bin/perl -w
    
    ...
      die $@ if $@;
      rename ( $was, $_ ) unless $was eq $_;
    }