Linux查找某个目录下包含特定字符串的文件

linux下搜索带有指定字符串的文件 , java 查询当前目录下包含有192.168.1.2:1521的文件linux find ./  -type f | xargs grep '192.168.1.2:1521'code   [root@CS1 local]# find . -type f | xargs grep '192.168.1.2:1521' ./aa.txt:rgs grep 1
相关文章
相关标签/搜索