Return to Snippet

Revision: 31981
at September 16, 2010 20:54 by edeustace


Initial Code
du -a /var | sort -n -r | head -n 10

Initial URL


Initial Description
from: http://www.cyberciti.biz/faq/how-do-i-find-the-largest-filesdirectories-on-a-linuxunixbsd-filesystem/

Initial Title
find the ten biggest files on your file system linux command

Initial Tags
sort, Bash, linux

Initial Language
Bash