in reply to Re: Receiving Standard Input/Piped
in thread Receiving Standard Input/Piped
looks like its just the same thing, once find has all the files, call and instance of grep with a single argument.find -name "*.h" -exec grep "search word" {} \; -print
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Receiving Standard Input/Piped
by sk (Curate) on Sep 08, 2005 at 16:14 UTC |