[clue] Piping, xargs, find, grep and such

Raymond DeRoo rderoo at deroo.net
Thu Sep 13 15:12:40 MDT 2012


Sean:

> find . -name * -print | xargs ./myscript.rb | grep "asearchstring"

Your script would need to provide the name of the file as part its output.

Best Regards,
Rayond



More information about the clue mailing list