find . -type f -iregex ".*" -exec egrep -li "WINDOWS XP" {} \;
建立了测试目录,以下是当前目录的结构
-----------------------------------------------------------
.
|-- boot.ini
|-- test folder
| `-- boot.ini
`-- testfolder
`-- boot.ini
2.执行结果
------------------------------------------------------------
find . -type f -iregex ".*" -exec egrep -li "WINDOWS XP" {} \;
./testfolder/boot.ini
./test folder/boot.ini
./boot.in
作者:jackxiang@向东博客 专注WEB应用 构架之美 --- 构架之美,在于尽态极妍 | 应用之美,在于药到病除
地址:https://jackxiang.com/post/2341/
版权所有。转载时必须以链接形式注明作者和原始出处及本声明!
最后编辑: jackxiang 编辑于2009-12-17 17:42
评论列表