# Command : du
# Summary : Estimate file space usage
# Description : Summarize disk usage of the set of FILEs, recursively for directories.
# Find directory size in current location
du -csh *
Reference
https://www.cloudbooklet.com/find-directory-size-in-ubuntu-debian/
Reference
https://www.cloudbooklet.com/find-directory-size-in-ubuntu-debian/