linux下搜索文件夹下的所有文件
find . -type f -name "*.xml" | xargs grep "192.168.1.110"
xargs是一个非常yoiu用的命令。?
备忘。?
?