当我搜索一些不存在的进程时,例如
$ ps aux | grep fnord wayne 15745 0.0 0.0 13580 928 pts/6 S+ 03:58 0:00 grep fnord
显然我不关心 grep - 这和搜索ps过程一样有意义!
ps
如何防止 grep 出现在结果中?
grep ps
grep ×1
ps ×1