Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl6
    # Reads files in the form of pattern.extension and asks for deletion
    
    ...
        say "USAGE:\n Files regex/all [ @extensions ]";
    }
    # }}}