Find biggest files in linux

By.

min read

My profile

Share this:

[code:1:09feb3aa00]du -a /var | sort -n -r | head -n 10[/code:1:09feb3aa00]
[code:1:09feb3aa00]du -hsx * | sort -rh | head -10[/code:1:09feb3aa00]

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

Share this:

Leave a Reply

Your email address will not be published. Required fields are marked *