find and grep command

/usr/local/bin/grep -r   -inH addressbook  * |grep  addphone |grep success
find . -name *.pl  -exec grep  -i log  {} \;
grep "appsOAPATTGWTestDirPath" *.js
/usr/local/bin/grep -rn "appsGrammarURIFor" ./
/usr/local/bin/grep -rn --exclude-dir=.svn  'count="3"' ./
/usr/local/bin/grep -rn --exclude-dir=.svn "PLACE_BRIDGE_CALL" ./
原文地址:https://www.cnblogs.com/xh831213/p/1920568.html