1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-03-28 21:16:20 +01:00

Minor correction

Command with parameters need to be in double-quotes
This commit is contained in:
Chirag 2014-03-01 11:48:14 +05:30
parent a35006fece
commit 660fb0958e

View file

@ -12,7 +12,7 @@
- search full command line with parameters instead of just the process name
`pgrep -f {{ssh root}}`
`pgrep -f "{{ssh root}}"`
- search for process run by a specific user