This website requires JavaScript.
Explore
Help
Sign in
nico
/
nsbin
Watch
1
Star
0
Fork
You've already forked nsbin
0
Code
Issues
Pull requests
Projects
Releases
Wiki
Activity
Actions
0b7ba88068
nsbin
/
suche_groesstes_dir
9 lines
84 B
Text
Raw
Normal View
History
Unescape
Escape
Initial commit
2006-07-20 07:54:37 +00:00
#!/bin/sh
# Nico Schottelius
# find biggest directory
#
DIR=""
need only one script to find the directory with most usage Signed-off-by: Nico Schottelius <nico@denkbrett.schottelius.org>
2008-07-24 07:24:02 +00:00
du "$@" | sort -g
Reference in a new issue
Copy permalink