2020-04-27 16:21:33 +08:00

4 lines
64 B
Bash
Executable File

#!/bin/bash
sz=`bc <$1`
echo "size-sum:" $(numfmt --to=iec $sz)