/ Published in: Bash
from: http://www.cyberciti.biz/faq/how-do-i-find-the-largest-filesdirectories-on-a-linuxunixbsd-filesystem/
Expand |
Embed | Plain Text
du -a /var | sort -n -r | head -n 10
You need to login to post a comment.
from: http://www.cyberciti.biz/faq/how-do-i-find-the-largest-filesdirectories-on-a-linuxunixbsd-filesystem/
du -a /var | sort -n -r | head -n 10
You need to login to post a comment.