mirror of
https://github.com/Erreur32/cheat.git
synced 2024-11-03 14:31:06 +01:00
3 lines
55 B
Plaintext
3 lines
55 B
Plaintext
|
# To sort directories/files by size
|
||
|
du -sk *| sort -rn
|