From b655e1b68a358853cc4615c7e997c7d3d94f3a32 Mon Sep 17 00:00:00 2001 From: mihainsto <44275480+mihainsto@users.noreply.github.com> Date: Mon, 29 Jun 2020 23:23:52 +0300 Subject: [PATCH] htop: add sorting option (#4134) --- pages/linux/htop.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/linux/htop.md b/pages/linux/htop.md index f4d2885e8b..a4da2b15d9 100644 --- a/pages/linux/htop.md +++ b/pages/linux/htop.md @@ -10,6 +10,10 @@ `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: `?`