mirror of
https://github.com/cheat/cheat.git
synced 2025-07-10 07:41:58 +02:00
Trivial whitespace changes to pgrep
cheatsheet.
This commit is contained in:
@ -1,4 +1,5 @@
|
|||||||
# Get a list of PIDs matching the pattern
|
# Get a list of PIDs matching the pattern
|
||||||
pgrep example
|
pgrep example
|
||||||
|
|
||||||
# Kill all PIDs matching the pattern
|
# Kill all PIDs matching the pattern
|
||||||
pgrep -f example | xargs kill
|
pgrep -f example | xargs kill
|
Reference in New Issue
Block a user