sde-cheatsheet

du - Command

Calculate the Total Size of the Current Directory

du -sh .

# du: Calculate the disk utilization.
# -s: Display the sum of the disk utilization.
# -h: Display results in the human-readable format.