run="`ps -ef | grep "ab001.pl" | grep -v grep | awk '{print $2}'`" 问题点数:20、回复次数:1Top
查找名字叫ab001.pl的进程并得到显示列表的第二列信息。应该时这个意思吧Top