Sunday, July 3, 2011

finding big files

# du -a /var | sort -n -r | head -n 10
# du -ks /var | sort -n -r | head -n 10

No comments:

Post a Comment