mirror of
https://github.com/Erreur32/cheat.git
synced 2025-01-13 00:02:02 +01:00
3 lines
55 B
Text
3 lines
55 B
Text
|
# To sort directories/files by size
|
||
|
du -sk *| sort -rn
|