mirror of
https://github.com/cheat/cheat.git
synced 2025-07-03 12:21:58 +02:00
Add pgrep cheatsheat
This commit is contained in:
4
cheat/cheatsheets/pgrep
Normal file
4
cheat/cheatsheets/pgrep
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
# Get a list of PIDs matching the pattern
|
||||||
|
pgrep example
|
||||||
|
# Kill all PIDs matching the pattern
|
||||||
|
pgrep example | xargs kill
|
Reference in New Issue
Block a user