nsbin/suche_groesstes_dir

9 lines
84 B
Plaintext
Raw Normal View History

2006-07-20 07:54:37 +00:00
#!/bin/sh
# Nico Schottelius
# find biggest directory
#
DIR=""
du "$@" | sort -g