Found a neat trick for doing recursive one-liners

Gary Watson [mailto:pfharlock@yahoo.com]

#find -name '*.txt' -exec ruby -ne 'print if /Hello/' '{}' ';'

compare

···

grep -ri hello *.txt