mirror of
https://github.com/cheat/cheat.git
synced 2026-06-17 22:07:40 +02:00
Merge branch 'pgrep' of git://github.com/shigemk2/cheat into shigemk2-pgrep
This commit is contained in:
@@ -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
|
||||||
Reference in New Issue
Block a user