

ack
10 likes
Ack is designed as a standalone (one perl file) replacement for 99% of the uses of grep. ack is intelligent about the files it searches. It knows about certain file types, based on both the extension on the file and, in some cases, the contents of the file.
Cost / License
- Free
- Open Source
Application type
Platforms
- Mac
- Linux
- Haiku
Features
ack information
Featured in Lists
A list with 2 apps by kaekazeh without a description.
List by kaekazeh with 2 apps, updated






Comments and Reviews
Easy to use, text searching tool! Displays the file and lines where the text was found. Searchs recursively on the folder it was run on.
Please note that ack is written purely in Perl, and thus uses Perl regular expressions. PCRE is supposedly "Perl-compatible regular expressions" but there are incompatibilities.