Posts Tagged ‘grep’
You know grep, don't you? Then try ack — you'll adore it.
ack is a bit like grep: it uses the full power of Perl's regular expressions to find things in files, but ack does "the right thing" usually by default. Consider the following example:
You'll notice colored output, ack looked recursively for the files itself (no [...]
