码迷,mamicode.com
首页 > 其他好文 > 详细

ps -ef

时间:2019-01-19 17:25:21      阅读:168      评论:0      收藏:0      [点我收藏+]

标签:tput   grep   print   $1   start   man   tst   进程   grep命令   

status, msg = commands.getstatusoutput("ps -ef | grep start.sh | grep -Fv grep | awk ‘{print $10}‘")

查找含有start.sh的进程,并过滤掉grep命令的行,然后输出第10列数据

status:执行状态,0代表没找到

msg:命令的执行结果,msg.find("start.sh")  -1代表没匹配到,>-1代表匹配到了

ps -ef

标签:tput   grep   print   $1   start   man   tst   进程   grep命令   

原文地址:https://www.cnblogs.com/lmh001/p/10292130.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!