nsbin/suche_groesstes_dir
Nico Schottelius 7c0ca71ed4 need only one script to find the directory with most usage
Signed-off-by: Nico Schottelius <nico@denkbrett.schottelius.org>
2008-07-24 09:24:02 +02:00

8 lines
84 B
Bash
Executable file

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