[9fab9f]: / cloud / top20

Download this file

3 lines (2 with data), 95 Bytes

find ~ -type f -exec du {} + > /tmp/size_report.txt
sort -rn /tmp/size_report.txt | head -n 20