> Linux教程 > Linux学习 >

查找某个目录下(包括子目录)文件内容的命令

 
find /home/ -type f -name "*.*" | xargs grep "10.15.xxx.xxx"

(责任编辑:IT)