1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-31 01:55:29 +02:00

top: add sorting option (#4135)

Co-authored-by: Zlatan Vasović <zlatanvasovic@gmail.com>
This commit is contained in:
mihainsto 2020-06-29 22:09:16 +03:00 committed by GitHub
parent 7a9754b18f
commit b697be87f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,6 +14,10 @@
`top -u {{username}}`
- Sort processes by a field:
`top -o {{field_name}}`
- Show the individual threads of a given process:
`top -Hp {{process_id}}`