1
0
Fork 0
mirror of https://github.com/Erreur32/cheat.git synced 2025-01-13 00:02:02 +01:00
cheat-fork-echo/cheat/cheatsheets/du
2015-08-06 14:39:22 +02:00

5 lines
103 B
Text

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