#!/bin/bash
dir=${*-.}
du -all -b --max-depth=1 $dir --exclude=$dir | sort -k1,1nr
