【转】grep -v grep

1.grep 是查找含有指定文本行的意思,好比grep test 就是查找含有test的文本的行html 2.grep -v 是反向查找的意思,好比 grep -v grep 就是查找不含有 grep 字段的行post   http://blog.csdn.net/tengdazhang770960436/article/details/12975419.net 转载于:https://www.c
相关文章
相关标签/搜索