gpt4 book ai didi

linux - linux下如何仅通过 "R"获取进程状态?

转载 作者:太空宇宙 更新时间:2023-11-04 04:44:04 24 4
gpt4 key购买 nike

--需要获取后台运行脚本的状态。

最初,我运行了脚本并终止它,结果变成了 stat“T” enter image description here

此外,运行相同的脚本,但 grep 使用 stat“T”和“R”获取脚本 enter image description here

这里,如何只用“R”来获取进程。这是使用的命令

ps aux | grep 测试.sh | grep -v grep

最佳答案

使用 :

ps aux | awk '$7 == "R+"' 

关于linux - linux下如何仅通过 "R"获取进程状态?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49599379/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com