Update cheatsheets

This commit is contained in:
ivuorinen
2024-07-26 00:14:49 +00:00
parent d575720852
commit cd90ce89ca
2 changed files with 17 additions and 1 deletions

View File

@@ -16,6 +16,10 @@ source: https://github.com/tldr-pages/tldr.git
`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}}`