摘要:
grep常用的使用方法 grep –rns “match_content”filename 查看匹配内容的行 find /path –name “*.h” –o –name “*.cpp” | xargs grep –rn “match_content”在特定的文件类型中查找 grep –rns “ 阅读全文
posted @ 2015-08-18 07:02
octocat
阅读(456)
评论(0)
推荐(0)