Thursday, July 3, 2008

executing a command from 'find' results in UNIX

This one greps through all the files from the 'find' for org/apache/regexp:


find . -exec grep "org/apache/regexp" '{}' \; -print

No comments: