linux: sort by RAM/memory

ps aux  | awk '{print $6/1024 " MB\t\t" $11}'  | sort -n

top: shift+m

Shift+f to enter the interactive menu

Last updated

Was this helpful?