我可以通过以下方式查看所有进程和内存的列表
ps aux
并通过 VSZ 和 RSS
有没有办法按 RSS 值的降序对这个命令的输出进行排序?
linux memory
linux ×1
memory ×1