freebsd-ports/textproc/ack/pkg-descr
Chris Rees 054cd49885 Remove PKGNAMEPREFIX from textproc/py-ack
Submitted by:	Sebastian Santoro (original idea)
Reviewed by:	perl
2013-01-07 17:28:31 +00:00

14 lines
440 B
Plaintext

ack is a grep-like program with optimizations for searching through large
trees of source code.
Key improvements include:
* Defaults to only searching program source code
* Defaults to recursively searching directories
* Ignores blib directories.
* Ignores source code control directories, like CVS, .svn and _darcs.
* Uses Perl regular expressions
* Highlights matched text
WWW: http://search.cpan.org/dist/ack/