* Chris Devers <cdev...@pobox.com> [2007-11-02 04:55]:
> Anything beyond rudimentary find has always scared me into
> laziness. 

Would that every system I touch had Perl and the File::Find::Rule
module installed. Given

    alias ffr='perl -MFile::Find::Rule'

Michael's original example would be

    ffr -e'unlink find->name("*.txt")->in(".")'

Alas...

Regards,
-- 
Aristotle Pagaltzis // <http://plasmasturm.org/>

Reply via email to