1
0
mirror of https://tildegit.org/ben/dotfiles.git synced 2025-04-01 02:23:23 +00:00

add zombies function

This commit is contained in:
Ben Harris 2019-06-25 00:52:54 -04:00
parent 331a8d5ed2
commit 166eae6fd6

@ -0,0 +1,3 @@
function zombies
ps -A -ostat,ppid | awk '/[zZ]/ && !a[$2]++ {print $2}'
end