mirror of
https://github.com/cheat/cheat.git
synced 2024-11-26 16:01:35 +01:00
Add f option
This commit is contained in:
parent
1f3f9828c3
commit
2d59026b0d
@ -1,4 +1,4 @@
|
|||||||
# Get a list of PIDs matching the pattern
|
# Get a list of PIDs matching the pattern
|
||||||
pgrep example
|
pgrep example
|
||||||
# Kill all PIDs matching the pattern
|
# Kill all PIDs matching the pattern
|
||||||
pgrep example | xargs kill
|
pgrep -f example | xargs kill
|
Loading…
Reference in New Issue
Block a user