1、# find . -name \* -type f -print | xargs grep “ liehuo.net”
2、#find -name 'EAI*.log' | xargs grep -l 'SBL-DAT-00565'
3、#find /opt/tuniu/www/ngboss/ORD/ORD_coach/ -name '*.*' | xargs grep -l '10.40.190.59:15980'
4、#find /opt/tuniu/www/ngboss/ORD/ORD_coach/ -name \* -type f -print | xargs grep -l '暂无筛选结果'