ps aux |grep myprocess
-> It returns results include grep line. You can add more command to remove grep line
ps aux | grep myprocess | grep -v grep.
-v option is reverse result.
You will get the result which you want ~
댓글 없음:
댓글 쓰기