Examples (6)
List all processes showing the PID, user, CPU usage, memory usage, and the command which started them
List all processes as a tree
procs --treeList information about all processes sorted by CPU time in [a]scending or [d]escending order
procs --sorta|--sortd cpuList information about processes with either a PID, command, or user containing `41` or `firefox`
made by @shridhargupta | data from tldr-pages