mktar: Use `wc` instead of `du` in summary message
[sunny256-utils.git] / hum
bloba4783474bf7291c154f7135a5c351c7c82bd10a5
1 #!/bin/sh
3 #==============================================================================
4 # hum
5 # File ID: a59a7f7a-7e6f-11ea-bb07-4f45262dc9b5
7 # Convert numbers to human-readable format with numfmt(1).
8 #==============================================================================
10 progname=hum
11 VERSION=0.1.2
13 numfmt --to=si --format=%7.2f --invalid=ignore --round=nearest "$@"
15 # vim: set ts=8 sw=8 sts=8 noet fo+=w tw=79 fenc=UTF-8 :