iEntry 10th Anniversary LinuxHaxor WH MH

More Sorting: Finding the Largest File and the Process using the Most Memory


To find the largest file in your harddrive use this command: ls -l | sort +4n

2007-12-11-044357_1280x800_scrot

To find process using the most memory use this command: ps -aux | sort +4n

2007-12-11-044739_1280x800_scrot

They both works like a charm.


Comments are closed.