diff --git a/pages/linux/procs.md b/pages/linux/procs.md index f03dc42a5..047082e67 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}}`