> 其他 >
ps -ef |grep cusip_full_is | grep -v grep | wc -l | awk '{ print $1; }'
我知道 ps -ef|grep cusip_full_is 就是查找cusip_full_is的进程,后面的就不懂了,grep -v grep是反选的意思,加起来就更不明白了,
人气:217 ℃ 时间:2020-09-17 09:51:50
解答
ps -ef |全格式显示当前所有进程grep cusip_full_is 滤出''cusip_full_is''的进程grep -v grep 把''grep''这个进程忽略掉wc -l...
推荐
猜你喜欢
© 2024 79432.Com All Rights Reserved.
电脑版|手机版