Update ps faux alias to allow regex with grep
This commit is contained in:
parent
348840ce75
commit
ca7553b9d8
2
zshrc
2
zshrc
|
@ -160,7 +160,7 @@ fi
|
|||
alias wotgobblemem='ps -o time,ppid,pid,nice,pcpu,pmem,user,comm -A | sort -n -k 6 | tail -15'
|
||||
|
||||
# Afficher uniquement le processus à partir de ps
|
||||
alias px='ps faux|grep -v grep|grep -i -e VSZ -e '
|
||||
alias px='ps faux|grep -v grep|grep -iE -e VSZ -e '
|
||||
|
||||
# Décompression
|
||||
alias untargz='tar -zxvf'
|
||||
|
|
Loading…
Reference in New Issue