去掉grep --color=auto

ps -ecf | grep mongodb | grep -v grep

ps -ecf | grep mongodb | grep -v grep | awk '{print $2}'

#!/bin/sh num1=ps -ecf | grep mongodb | grep -v grep | awk '{print $2}'

echo "$num1"

  1. 邱总请我去海天盛筵