find /opt/SEE/profiles -name 'ssoconfig.xml'
find / -name "run.sh"|xargs grep "Dlocal.timezone"

find /home/mdsp/slcc * | xargs grep -l  "SID=sdp"
find /home/mdsp/as/config "*.cfg" | xargs grep "10.199.*"

find  /home/mdsp/slcc ".cfg" | xargs grep "sdp"

比如查找 /home/znsys/ 下所有含 VoIP 的文件名称:

grep -l 'VoIP' /home/znsys/*


find /home/mdsp/sis/* | xargs grep -l  "workOrderWorkerFactory"