Merge pull request #123 from Tenzer/pgrep-move-to-common

Move pgrep to common instead of only OS X
This commit is contained in:
Romain Prieto
2014-02-27 22:50:48 +11:00

View File

@@ -1,15 +0,0 @@
# pgrep
> Find or signal process by name
- return PIDs of any running processes with a matching command string
`pgrep {{Finder}}`
- case insensitive greping
`pgrep -i {{fireFOx}}`
- kill all processes which match
`pkill -9 {{Finder}}`