From 660fb0958e2a02670918dc78efe6e69fad9546c0 Mon Sep 17 00:00:00 2001 From: Chirag Date: Sat, 1 Mar 2014 11:48:14 +0530 Subject: [PATCH] Minor correction Command with parameters need to be in double-quotes --- common/pgrep.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/pgrep.md b/common/pgrep.md index c208d2803..c82b856c4 100644 --- a/common/pgrep.md +++ b/common/pgrep.md @@ -12,7 +12,7 @@ - search full command line with parameters instead of just the process name -`pgrep -f {{ssh root}}` +`pgrep -f "{{ssh root}}"` - search for process run by a specific user