mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-10-03 19:29:44 +08:00
Updated SC2009 (markdown)
@@ -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?
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user