@A=`ps -o pid,comm=CMD`; @B=`ps -o pid,comm=CMD -u SYSTEM`; push(@B,@A); [download]
In reply to Re: get name of process with pid by gasho in thread get name of process with pid by lorn