From 62b52144fbeaf26fe055e27cc1f301996645a477 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=B4=E7=81=B5?= Date: Mon, 3 Aug 2015 17:07:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96node=E8=BF=9B=E7=A8=8B?= =?UTF-8?q?=E7=9A=84=E8=8E=B7=E5=8F=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- get_processes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get_processes b/get_processes index 88351e3..700556b 100755 --- a/get_processes +++ b/get_processes @@ -1,3 +1,3 @@ #!/bin/bash -ps -e -o pid,command | grep $1 | grep -v grep +ps -e -o pid,command | grep "$1 " | grep -v get_processes | grep -v grep