divers/sh/d

4 lines
96 B
Bash
Executable file

#!/bin/sh
# du = sizes in Ko
du -s * | awk '{$1*=1000; print}' | sort -n | tohuman | column -t