Why does ps used with grep always return an output at least of one line?
Issue
- Why does
ps
used withgrep
always return an output at least of one line?
# ps aux | grep sleep
root 5334 0.0 0.0 112640 960 pts/0 S+ 09:37 0:00 grep --color=auto sleep
# echo $?
0
Environment
- Red Hat Enterprise Linux 5/6/7
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.