mirror of
https://github.com/cheat/cheat.git
synced 2025-08-27 15:18:30 +02:00
Add f option
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
# Get a list of PIDs matching the pattern
|
||||
pgrep example
|
||||
# Kill all PIDs matching the pattern
|
||||
pgrep example | xargs kill
|
||||
pgrep -f example | xargs kill
|
Reference in New Issue
Block a user