grep -v grep

1.grep 是查找含有指定文本行的意思,好比grep test 就是查找含有test的文本的行test 2.grep -v 是反向查找的意思,好比 grep -v grep 就是查找不含有 grep 字段的行grep
相关文章
相关标签/搜索