/ Published in: Bash
URL: http://www.athabascau.ca/html/depts/compserv/webunit/HOWTO/find.htm
Expand |
Embed | Plain Text
find . -exec grep "stuff" '{}' \; -print
Comments
Subscribe to comments
You need to login to post a comment.

recenty I found good examples of unix find command . easy to use and explained with clear example. something I have been looking for unix find in last few days. Some of example of find command is bit old but they are still effective.