htop: add --tree example (#13303)

pull/28/head
Sohang Chopra 2024-07-25 23:18:53 +05:30 committed by GitHub
parent 4df36d10ec
commit 86b0263b5c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -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}}`