Linux记录-shell一行代码杀死进程(收藏)

ps -ef |grep hello |awk '{print $2}'|xargs kill -9
posted @ 2017-10-17 23:25  信方  阅读(173)  评论(0)    收藏  举报