http://www.perlmonks.org?node_id=184248


in reply to Re: dgrep - Wrapper around gnu find & grep
in thread dgrep - Wrapper around gnu find & grep

Ah, this

find . -name \*.pm | xargs grep foo

is definitly nicer than what I was using.

Thanks.

(But I think I'll still use my wrapper...)

-- #!/usr/bin/perl for(ref bless{},just'another'perl'hacker){s-:+-$"-g&&print$_.$/}