simple/tiny/dus

3 lines
46 B
Plaintext
Raw Permalink Normal View History

2000-01-11 14:24:36 +01:00
#!/bin/sh
2012-10-11 09:08:33 +02:00
du -m -x "$@" | sort -n | tail -100