linux 根据Pid获取 进程内容

ps -ef | grep 753 | grep -v 'grep' | awk '{print $NF}'

posted @ 2017-09-05 19:11  cogitoergosum  阅读(387)  评论(0编辑  收藏  举报