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

Switch to unified view

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