Thursday, December 15, 2005

Find Large Files

I found this cool little use of the find command which allows you to find large files. This is useful if you've forgotten about something somewhere that is eating up a lot of disk space. The way it is now, the command searches for files over 100 MB (even though the owner of the site messed it up a little bit, but i fixed it :-) )

find / -size +100000k -print

No comments: