diff --git a/cheat/cheatsheets/du b/cheat/cheatsheets/du new file mode 100644 index 0000000..3e22788 --- /dev/null +++ b/cheat/cheatsheets/du @@ -0,0 +1,2 @@ +#sort directories/files by size +du -sk *|sort -rn