当前位置: 首页 >> Linux >> 【linux】grep查找文件中包含的字符串 >> 正文

【linux】grep查找文件中包含的字符串

2015年07月13日 12:46:57    作者:Jiaozn    分类:Linux     评论(0)

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

grep -rn "hello,world!" ./

./ : 表示路径为当前目录.

-r 是递归查找

-n 是显示行号

除非注明,发表在“Jiaozn的博客”的文章『【linux】grep查找文件中包含的字符串』版权归Jiaozn所有。 转载请注明出处为“本文转载于『Jiaozn的博客』原地址https://jiaozn.com/reed/130.html

评论

发表评论   

昵称*

E-mail*

网站