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:
parent
7a9754b18f
commit
b697be87f3
1 changed files with 4 additions and 0 deletions
|
@ -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}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue