、夕月的博客
Konck! Knock!
OK
、夕月的博客
Choose mode
dark
auto
light
目录
JS
CSS
vue
oracle
mysql
webpack
自动化测试
git
npm
linux
LeeCode
other
标签
TimeLine
插件
官方插件
插件广场
留言板
GitHub
(opens new window)
GitHub
(opens new window)
grep -v grep
Konck! Knock!
OK
grep -v grep
、夕月
2020/11/30
grep
#
Heading
grep 是查找含有指定文本行的意思,比如grep test 就是查找含有test的文本的行
grep -v 是反向查找的意思,比如 grep -v grep 就是查找不含有 grep 字段的行 通常使用
grep -v grep
用于排除grep进程本身
cpuinfo
gzip