grep “关键字” -r 搜索目录
grep “add” -r ./Downloads/test/
博客介绍了Linux系统中grep命令的使用,给出了grep命令搜索关键字的基本格式,即grep “关键字” -r 搜索目录,并给出了具体示例,如grep “add” -r./Downloads/test/ 。
grep “关键字” -r 搜索目录
grep “add” -r ./Downloads/test/
1049
1831
3477

被折叠的 条评论
为什么被折叠?