cusip专题

ps -ef |grep cusip_full_is | grep -v grep | wc -l | awk '{ print $1; }' 这句话是什么意思呢?

转自:https://zhidao.baidu.com/question/493385869.html ps -ef | 全格式显示当前所有进程grep cusip_full_is 滤出''cusip_full_is''的进程grep -v grep 把''grep'