Posts Tagged shell

Linux 小技巧

本文的小技巧来自LinuxTone,作者:linuxtone,原文地址http://bbs.linuxtone.org/thread-1775-1-1.html

1.按内存从大到小排列进程:

  1. ps -eo "%C : %p : %z : %a"|sort -k5 -nr

Read the rest of this entry »

,

1 Comment