bitmath - command line utility for converting between prefix units
Contents
Copyright
Copyright © 2014-2016, Tim Bielawa.
bitmath is released under the terms of the "MIT" License.
Description
Run it, give a number as the last parameter. Say what units you’re giving/wanting, or not.
Name
bitmath - command line utility for converting between prefix units
Options
--from-stdin
Reads number from stdin rather than the cli.
-fUNIT, --fromUNIT
The unit you are converting from. Default is Byte.
-tUNIT,--to'UNIT
The unit you are converting to. The default is auto-selected for best human-readability.
See Also
units(7) ThebitmathGitHubProject — https://github.com/tbielawa/bitmath ThebitmathDocumentation — https://bitmath.readthedocs.org bitmath 1.3.3 08/23/2018 BITMATH(1)
Synopsis
bitmath [--from-stdin] [-f IN_UNIT] [-t OUT_UNIT] SIZE ...
