From 89258df9a5fc4c29a93fa61bc91b18fdb3641011 Mon Sep 17 00:00:00 2001 From: koalaman Date: Sat, 26 Jul 2014 12:58:31 -0700 Subject: [PATCH] Updated SC2009 (markdown) --- SC2009.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC2009.md b/SC2009.md index 593e595..bebe76d 100644 --- a/SC2009.md +++ b/SC2009.md @@ -12,7 +12,7 @@ If you are just after a pid from a running program, then pgrep is a much safer alternative. Especially if you are also looking for a pid belonging to a certain user or group. All of the parameters are in one command and it cat eliminate multiple greps, cuts, seds, awks, ect. -### Contradictions +### Contraindications What if you have the pid and you are looking for the matching program name?