【Linux命令】查找命令

如果你想在当前目录下 查找"hello,world!"字符串,可以这样:

grep -rn "hello,world!" *

原文地址:https://www.cnblogs.com/imagezy/p/5140513.html