
procs
List of commands for procs:
-
procs:tldr:07472 procs: List information about all processes sorted by CPU time in [a]scending or [d]escending order.$ procs ${select} cputry on your machineexplain this command
-
procs:tldr:28e43 procs: List information about processes, if the commands which started them contain `zsh`.$ procs ${zsh}try on your machineexplain this command
-
procs:tldr:60b3f procs: List information about processes with either a PID, command, or user containing `41` or `firefox`.$ procs --or ${select} ${41} ${firefox}try on your machineexplain this command
-
procs:tldr:a9268 procs: List information about processes with both PID `41` and a command or user containing `zsh`.$ procs --and ${41} ${zsh}try on your machineexplain this command
-
procs:tldr:b3c3d procs: List all processes showing the PID, user, CPU usage, memory usage, and the command which started them.$ procstry on your machineexplain this command