ps: added sort example (#4216)

client-spec/clarity
Martin Barth 2020-07-28 16:34:12 +02:00 committed by GitHub
parent 1d463f27dd
commit 8f694a13ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -25,3 +25,7 @@
- Get the parent pid of a process:
`ps -o ppid= -p {{pid}}`
- Sort processes by memory consumption:
`ps --sort size`