Linux.com

Use with xargs!

Posted by: Anonymous Coward on November 02, 2005 04:29 PM
This is common for me:


    find . -name '*.java' | xargs grep MyHiddenClass

This will list out all occurences in the files where MyHiddenClass are used in my project. (Aka CLI oriented IDE.<nobr> <wbr></nobr>:-))


    -Jon

#

Return to CLI Magic: GNU find