Updated SC2009 (markdown)

koalaman
2014-07-26 12:58:31 -07:00
parent f71ccd5bdf
commit 89258df9a5

@@ -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. 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? What if you have the pid and you are looking for the matching program name?