1
0
Fork 0
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:
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

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