tail -f findings.out

ack: grep but better!

I came across ack today, and now grep is sleeping outside. It’s very much like grep, except it assumes all the little things that you always wanted grep to remember, but that it never did. It actually left the light on for you, and put the toilet seat down.

Anyway, there were some rough bits with installation. On Ubuntu, it is installed by

1
sudo apt-get install ack-grep

If you think, hey, I will take the obvious path and install “ack”! You will be thinking with wrongitude. For

1
ack

is, in fact, a Kanji code converter, which I discovered after not a little anger. On RHEL, CentOS, and the like, you have to install with

1
cpan -i App::Ack

Once installed, just try some

1
ack-grep STRING

Want to ignore .svn dirs? It already did. Want to recursively search? It already did. And it brought over a bag of chips. Read the Top 10 for more goodies.

Oh, and don’t forget to add

1
ack-grep --thpppt

to exit your shell scripts:

Tags: , ,
September 22, 2008 - 1:57 PM Comments (7)

Twitter links powered by Tweet This v1.6.1, a WordPress plugin for Twitter.