两条Find指令

# 列出所有包括a@b.c内容的xml文件

find / -type f -name "*.xml" | xargs grep "a@b.c"

# 列出/opt/apache-tomcat-6.0.32下包括a@b.c的文件
find /opt/apache-tomcat-6.0.32 -type f -name "*.*" | xargs grep "a@b.c"

posted @ 2013-09-03 11:36  逆火狂飙  阅读(156)  评论(0编辑  收藏  举报
生当作人杰 死亦为鬼雄 至今思项羽 不肯过江东