mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-08 20:35:41 +02:00
htop: add sorting option (#4134)
This commit is contained in:
parent
b697be87f3
commit
b655e1b68a
1 changed files with 4 additions and 0 deletions
|
@ -10,6 +10,10 @@
|
||||||
|
|
||||||
`htop -u {{username}}`
|
`htop -u {{username}}`
|
||||||
|
|
||||||
|
- Sort processes by a column (use `--sort-key help` for a column list):
|
||||||
|
|
||||||
|
`htop -s {{column_name}}`
|
||||||
|
|
||||||
- Get help about interactive commands:
|
- Get help about interactive commands:
|
||||||
|
|
||||||
`?`
|
`?`
|
||||||
|
|
Loading…
Add table
Reference in a new issue