View Single Post
jedi's Avatar
Posts: 1,411 | Thanked: 1,330 times | Joined on Jan 2010 @ Tatooine
#3
Code:
du -x / | sort -n
Code:
du -x /opt | sort -n
- will give a (long) list of all the directories under / and /opt respectively, sorted by size (largest last).
__________________
May the source be with you.
 

The Following 5 Users Say Thank You to jedi For This Useful Post: