Display size in MiB instead of KiB.

This commit is contained in:
hjp 2012-10-11 07:08:33 +00:00
parent 5028818f22
commit 4e4e6bf042
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
#!/bin/sh
du -k -x "$@" | sort -n | tail -100
du -m -x "$@" | sort -n | tail -100