Tag Archive for 'grep'

Ack, a Grep Replacement

Ack is a grep alternative, written in pure Perl, using Perl’s regular expressions to do your searches (just one of the long list of reasons to use this over grep). I think i’ll be using this then…

ack is a tool like grep, aimed at programmers with large trees of heterogeneous source code. ack is written purely in Perl, and takes advantage of the power of Perl’s regular expressions.

via

(0)