mirror of
https://github.com/cheat/cheat.git
synced 2025-09-04 02:58:29 +02:00
Merge branch 'master' of github.com:ImmortalPC/cheat into ImmortalPC-master
* 'master' of github.com:ImmortalPC/cheat: [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