3 lines
44 B
Plaintext
3 lines
44 B
Plaintext
|
#!/bin/sh
|
||
|
du -k -x $@ | sort -n | tail -100
|