Tuesday, July 18, 2006

 

HOWTO: Find largest files on Linux machine

It's quite simple, in fact.

# cd /
# ls -lR | sort +4n

Note that this is a lengthy operation!

Comments: Post a Comment



<< Home

This page is powered by Blogger. Isn't yours?