NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
OK, but first any help with grep --exclude? (Score:1)
If I could get
What's the correct way to use grep --exclude to exclude blib/lib files? I can never get it to work.
Reply to This
Re: (Score:1)
The current release of GNU grep can't do it.
The CVS tree has support for a new option
--exclude-dir, which will allow you to put things like these into your$GREP_OPTIONSenvironment variable:--exclude-dir=blib--exclude-dir=.svn--exclude-dir=CVSThough, that said, it's not clear to me how soon there'll be a release of GNU grep supporting that feature.
Re: (Score:2)
--
xoa
I'm a happy camper (Score:1)