🐱
归档
分类
|
pattern
Linux查找含有某字符串的所有文件
如果你想在当前目录下 查找”hello,world!”字符串,可以这样: 1grep -rn "hello,world!" *
2018-05-16
DataBase
files
,
grep
,
pattern
,
pattern2
,
匹配
,
参数
,
命令
,
文件
,
目录