mirror of
https://github.com/cheat/cheat.git
synced 2025-11-05 16:25:27 +01:00
[GREP,NMAP,RM,WGET] Add new cheats
This commit is contained in:
@@ -24,3 +24,6 @@ grep -rnw 'directory' -e "pattern"
|
||||
# Exclude grep from your grepped output of ps.
|
||||
# Add [] to the first letter. Ex: sshd -> [s]shd
|
||||
ps aux | grep '[h]ttpd'
|
||||
|
||||
# Colour in red {bash} and keep all other lines
|
||||
ps aux | grep -E --color 'bash|$'
|
||||
|
||||
Reference in New Issue
Block a user