How did it take me so long to come across this? I found mention of it in Tim Bray's latest blog entry while I was examining his find/grep alias (by the way, Tim, I find the syntax below to work fine on my Mac)
I've spent my life using:
$ find . -name *.filetype -exec grep pattern {} \; -print
But no more! I spend a lot of time doing cross-platform development and haven't always had a good find/grep implementation (I'm looking at you, Windows and have never liked cygwin) so this tool will come in handy.
I've spent my life using:
$ find . -name *.filetype -exec grep pattern {} \; -print
But no more! I spend a lot of time doing cross-platform development and haven't always had a good find/grep implementation (I'm looking at you, Windows and have never liked cygwin) so this tool will come in handy.


Glad you dig it. Keep tellin' your friends!
ReplyDelete