cheat/cheat/cheatsheets/du

6 lines
103 B
Plaintext

# To sort directories/files by size
du -sk *| sort -rn
# To show cumulative humanreadable size
du -sh