Updated SC2009 (markdown)

Ron Green
2016-03-19 22:54:23 -05:00
parent 3345320849
commit c17fbfdf17

@@ -14,7 +14,7 @@ pgrep -f "$service" > /dev/null
### Rationale:
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.
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 can eliminate multiple greps, cuts, seds, awks, ect.
### Exceptions