prev |
Using "Ticks" in Shells |
next |
% find . -name "my*"
`
character
grep
don't support recursive
searching
find
can be the
file arguments for grep
% grep "two words" `find . -name "my*"`
./notes.txt: the two words he used were
./public_html/index.html: <p> There were two
wordsmiths