mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 01:22:09 +02:00
htop: add --tree example (#13303)
This commit is contained in:
parent
4df36d10ec
commit
86b0263b5c
1 changed files with 4 additions and 0 deletions
|
@ -11,6 +11,10 @@
|
|||
|
||||
`htop --user {{username}}`
|
||||
|
||||
- Display processes hierarchically in a tree view to show the parent-child relationships:
|
||||
|
||||
`htop --tree`
|
||||
|
||||
- Sort processes by a specified `sort_item` (use `htop --sort help` for available options):
|
||||
|
||||
`htop --sort {{sort_item}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue