Help for this page

Select Code to Download


  1. or download this
    my %hash = (
        genre => 'Rap',
    ...
        my ($cond, $target) = split /\s+to\s+/, $_;
        eval $cond and print "rename $file, $target/$file\n";
    }
    
  2. or download this
    RULE = (genre eq Rap or genre eq HipHop) and artist ne RunDMC to `rm -
    +r /music/Other`