现象:
[root@Server2012 eres]# ps -ef | grep 3822578
root 3822578 1 99 17:26 ? 00:01:56 java -Dspring.profiles.active=prod -jar /home/liuw/gzm/eres-service-1.0.0-SNAPSHOT.jar
root 3823681 3194133 0 17:27 pts/12 00:00:00 grep --color=auto 3822578
怎么把这个color 去掉呢?
ps -ef | grep 3822578 | grep -v grep