Diff of /cloud/top20 [000000] .. [50a3f7]

Switch to side-by-side view

--- a
+++ b/cloud/top20
@@ -0,0 +1,2 @@
+find ~ -type f -exec du {} + > /tmp/size_report.txt
+sort -rn /tmp/size_report.txt | head -n 20