Re: Found a neat trick for doing recursive one-liners

Gary W. [mailto:[email protected]]

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

compare