Help for this page

Select Code to Download


  1. or download this
    #!/bin/perl
    
    ...
        chdir($File::Find::dir);
        move($_, $new_name) or die $!;
    }
    
  2. or download this
    C:\>Replace.pl "C:/Temp/" John Matt