1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 16:06:00 +02:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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`