http://qs1969.pair.com?node_id=509905


in reply to get name of process with pid

@A=`ps -o pid,comm=CMD`; @B=`ps -o pid,comm=CMD -u SYSTEM`; push(@B,@A);