Help for this page

Select Code to Download


  1. or download this
    use strict;
    use IO::File;
    ...
          if($mp3 =~ m!$ARGV[0]!i);
      }
    }
    
  2. or download this
    find . -type f -iname '*.mp3' | grep "pattern here" | xargs mpg123 -p 
    +none -b 500 -q