#!/bin/bash # copyleft jeff cliff 202 # GPLv3 or later. see COPYING.GPL2 du $1 2>/dev/null | sort -nr | head -n 100