mirror of
https://github.com/cheat/cheat.git
synced 2025-12-08 00:14:00 +01:00
6 lines
125 B
Plaintext
6 lines
125 B
Plaintext
# Get a list of PIDs matching the pattern
|
|
pgrep example
|
|
|
|
# Kill all PIDs matching the pattern
|
|
pgrep -f example | xargs kill
|