mirror of
https://github.com/cheat/cheat.git
synced 2025-09-02 10:08:30 +02:00
[PS,GREP] Exclude grep from your grepped output of ps.
This commit is contained in:
@ -9,3 +9,7 @@ ps -aufoouser
|
||||
|
||||
# To list every process with a user-defined format:
|
||||
ps -eo pid,user,command
|
||||
|
||||
# Exclude grep from your grepped output of ps.
|
||||
# Add [] to the first letter. Ex: sshd -> [s]shd
|
||||
ps aux | grep '[h]ttpd'
|
||||
|
Reference in New Issue
Block a user