mirror of
https://github.com/Erreur32/cheat.git
synced 2024-11-03 14:31:06 +01:00
6b8ecd6b5c
@zhujian0805 contributed some excellent cheatsheets in #185, but some binary files seem to have gotten mixed into the commit as well. This commit cherry-picks the cheatsheet file changes from that PR while leaving behind the cruft. Also performed minor editing on some of the cheatsheets.
3 lines
55 B
Plaintext
3 lines
55 B
Plaintext
# To sort directories/files by size
|
|
du -sk *| sort -rn
|