mirror of
https://github.com/Erreur32/cheat.git
synced 2024-10-31 21:11:07 +01:00
Merge branch 'pgrep' of git://github.com/shigemk2/cheat into shigemk2-pgrep
This commit is contained in:
commit
921db35400
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 -f example | xargs kill
|
Loading…
Reference in New Issue
Block a user