mirror of
https://github.com/Erreur32/cheat.git
synced 2024-12-22 13:42:11 +01:00
[DOCUMENTATION] Cmd 'du' cumulative size cheat
This commit is contained in:
parent
9c696cc430
commit
6ca4b6c8e7
1 changed files with 3 additions and 0 deletions
|
@ -1,2 +1,5 @@
|
|||
# To sort directories/files by size
|
||||
du -sk *| sort -rn
|
||||
|
||||
# To show cumulative humanreadable size
|
||||
du -sh
|
||||
|
|
Loading…
Reference in a new issue