From a6ae297b6a3535021b8db11185bcdde68fa366be Mon Sep 17 00:00:00 2001 From: Ruben Vereecken Date: Mon, 24 Mar 2014 00:52:15 +0100 Subject: [PATCH] Added a grep use case to ps --- pages/common/ps.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/common/ps.md b/pages/common/ps.md index 15f7e5a851..37a352881c 100644 --- a/pages/common/ps.md +++ b/pages/common/ps.md @@ -9,3 +9,7 @@ - list all running processes including the full command string `ps auxww` + +- search for a process that matches a string + +`ps aux | grep {{string}}`