mirror of https://tildegit.org/ben/dotfiles
add zombies function
parent
331a8d5ed2
commit
166eae6fd6
|
@ -0,0 +1,3 @@
|
||||||
|
function zombies
|
||||||
|
ps -A -ostat,ppid | awk '/[zZ]/ && !a[$2]++ {print $2}'
|
||||||
|
end
|
Loading…
Reference in New Issue