Linux shell

tech2026-09-23  1

grep -v grep 就是查找不含有 grep 字段的行 查询某个进程 KILL ps -ef |grep /home/tomcate/tomcat-dev/ |grep -v grep|awk '{print $2}'|xargs kill -9

最新回复(0)