码迷,mamicode.com
首页 > 系统相关 > 详细

linux下查找过滤文件内容

时间:2014-08-26 17:14:16      阅读:221      评论:0      收藏:0      [点我收藏+]

标签:style   blog   http   color   文件   ar   div   html   log   

find /data/weblogic/oracle/middleware -type f -name "*.xml" | xargs grep "context"

 

find /u02/weblogic/ -type f -name "*.xml" | xargs grep "context-root"

 

参考文章

linux下查找过滤文件内容

标签:style   blog   http   color   文件   ar   div   html   log   

原文地址:http://www.cnblogs.com/arcer/p/3937505.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!