dd if=/dev/zero of=/tmp/hoge.$$ bs=1 count=$1 2>/dev/null
ls -lh /tmp/hoge.$$ | awk '$0=$5'
rm -f /tmp/hoge.$$