$ find ~/myspace/git/opencore -type f -name "*.[ch] -o -name "*.cpp" -exec grep -I "equalizer" {} \; -print
find/grep command
Posted by
Mark
on Tuesday, September 22, 2009
Labels:
unix
The following command searches C/C++ source code to find the content of "equalizer".
0 comments:
Post a Comment