Help for this page

Select Code to Download


  1. or download this
    ### I run this from the command line:
    /usr/bin/perl mover.pl The.Rookie.S05E14.720p.HEVC.x265-MeGusta[eztv.r
    +e].mkv
    
  2. or download this
        unless ( -e $ARGV[0] ) {
            die("$ARGV[0] doesn't exist");
        }
    
  3. or download this
        say "move command: 'mv $ARGV[0] ./r/'";
        system("mv $ARGV[0] ./r/");