From 6272a9078ce7ec8b4e53ea5896c4ed7d23cdb5f5 Mon Sep 17 00:00:00 2001 From: Emily Grace Seville Date: Wed, 7 Dec 2022 15:44:52 +1000 Subject: [PATCH] procs: refresh page (#9594) Co-authored-by: pixel Co-authored-by: K.B.Dharun Krishna --- pages/linux/procs.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pages/linux/procs.md b/pages/linux/procs.md index f03dc42a50..047082e67e 100644 --- a/pages/linux/procs.md +++ b/pages/linux/procs.md @@ -7,18 +7,18 @@ `procs` -- Show information about processes, if the commands which started them contain `zsh`: +- List information about processes, if the commands which started them contain `zsh`: `procs {{zsh}}` -- Show information about all processes sorted by CPU time in [a]scending or [d]escending order: +- List information about all processes sorted by CPU time in [a]scending or [d]escending order: -`procs {{--sortd|--sorta}} cpu` +`procs {{--sorta|--sortd}} cpu` -- Show information about processes with either a PID, command, or user containing (`zsh` or `firefox`): +- List information about processes with either a PID, command, or user containing `41` or `firefox`: `procs --or {{PID|command|user}} {{41}} {{firefox}}` -- Show information about processes with both PID `41` and a command or user containing `zsh`: +- List information about processes with both PID `41` and a command or user containing `zsh`: `procs --and {{41}} {{zsh}}`