标签:xargs style oca 常用命令 批量 color host cal print
1.批量kill筛选进程
[root@localhost ~]# ps -ef | grep php-fpm |awk ‘{print $2}‘|xargs kill -9
Linux下常用命令
原文地址:https://www.cnblogs.com/yueyun00/p/9897590.html