1
0
mirror of https://github.com/cheat/cheat.git synced 2025-05-21 07:36:04 +02:00

Trivial whitespace changes to pgrep cheatsheet.

This commit is contained in:
Chris Lane 2017-09-04 20:01:25 -04:00
parent 921db35400
commit aa57371819

@ -1,4 +1,5 @@
# Get a list of PIDs matching the pattern
pgrep example
# Kill all PIDs matching the pattern
pgrep -f example | xargs kill
pgrep -f example | xargs kill