nsbin/suche_groesstes_dir

9 lines
84 B
Bash
Executable File

#!/bin/sh
# Nico Schottelius
# find biggest directory
#
DIR=""
du "$@" | sort -g