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.
Backup files (Score:1)
Thanks.
Re: (Score:2)
--
xoa
Question (Score:2)
This isn't a bug report so much as a question: why does that ack info page list all of the switches but ack's documentation doesn't?
Re: (Score:2)
--
xoa
Zsh! (Score:2)
But the colour highlighting does look cool. :-)
-Dom
Re: (Score:1)
Don't be so mean: zsh isn't for everyone out there. Remember the OS-impaired people. I know they (me among them) possibly can install a port of zsh, but installing ack is so much easier. And there is the portability issue Andy mentioned.
Disclaimer: installing ack is easy if you have a working setting for CPAN, which is not that hard.
Re: (Score:2)
But I more just wanted to point out a feature that I use everyday. grep Foo **/*.pm is really handy and I think more people should use zsh and take advantage of these features!
-Dom
God-send utility (Score:1)
With a little exaggeration, I appreciate ack so much that I have adopted it with the same status of Unix utilities like grep, find, wc, etc. ack is brutally useful in daily development tasks.
The title of the comment is reminiscent to Andy's comment on corelist (which is much more Perl specific).
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.
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)