mirror of
https://github.com/Erreur32/cheat.git
synced 2025-01-03 11:32:17 +01:00
4 lines
No EOL
123 B
Text
4 lines
No EOL
123 B
Text
# Get a list of PIDs matching the pattern
|
|
pgrep example
|
|
# Kill all PIDs matching the pattern
|
|
pgrep -f example | xargs kill |