ps: added sort example (#4216)

This commit is contained in:
Martin Barth
2020-07-28 16:34:12 +02:00
committed by GitHub
parent 1d463f27dd
commit 8f694a13ea

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`