Try with it... only show status of pid that do not show command.
for i in `for n in [0-9]* ; do echo -n "pid: "$n" "; cat $n/cmdline;
echo; done|awk '{if($3!~/[a-zA-Z]/){print $2}}'`; do cat $i/status;
echo; done|more
--
Raúl Sáez
Marlborough Stirling
Gran Ví
Try with it... only show status of pid that do not show command.
for i in `for n in [0-9]* ; do echo -n "pid: "$n" "; cat $n/cmdline;
echo; done|awk '{if($3!~/[a-zA-Z]/){print $2}}'`; do cat $i/status;
echo; done|more
--
Raúl Sáez
Marlborough Stirling
Gran Ví
2 matches
Mail list logo