摘要:
转自:http://151wqooo.blog.51cto.com/2610898/1162118 如果你想在当前目录下 查找"hello,world!"字符串,可以这样: grep -rn "hello,world!" * * : 表示当前目录所有文件,也可以是某个文件名 -r 是递归查找 -n 阅读全文
posted @ 2016-11-25 09:52
swallowli66
阅读(161)
评论(0)
推荐(0)
2016年11月25日