📌  相关文章
📜  在所有文件中查找文本 linux - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:06.463000             🧑  作者: Mango

代码示例3
grep 'word' filename
grep 'word' file1 file2 file3
grep 'string1 string2'  filename
cat otherfile | grep 'something'
command | grep 'something'
command option1 | grep 'data'
grep --color 'data' fileName