You are not logged in.
Pages: 1
Okay I am trying to find a way to sort the processes by memory usage largest to smallest. I know if I piped the output into a file I could run a sort command or two, but is there a simpler way?
Offline
Im not sure if this is what you want
ps -eo pmem,pid,user --sort -pmemOffline
Pages: 1