2024年1月11日
摘要: if ! pgrep -x "进程名" > /dev/null; then echo "进程不存在" else echo "进程存在" fi 阅读全文
posted @ 2024-01-11 11:03 北京开发 阅读(14) 评论(0) 推荐(0)