Wednesday, July 25, 2012

Linux: Calculate directories size

# du -h
# du -h --max-depth=1
# du -h | tail -n 1

No comments:

Post a Comment