Sorted list of the total size of all children under the current directory Linux alias ds='du -sh * | sort -h' Mac You must first (IIRC) install GNU gsort (via homebrew). alias ds='du -sh * | gsort -h'