bitmath - Man Page

command line utility for converting between prefix units

Synopsis

bitmath [--from-stdin] [-f IN_UNIT] [-t OUT_UNIT] SIZE ...

Description

Run it, give a number as the last parameter. Say what units you’re giving/wanting, or not.

Options

--from-stdin

Reads number from stdin rather than the cli.

-f UNIT, --from UNIT

The unit you are converting from. Default is Byte.

-t UNIT, --to 'UNIT

The unit you are converting to. The default is auto-selected for best human-readability.

Author

Tim Bielawa <timbielawa@gmail.com>

For a complete list of contributors, please visit the GitHub charts page.

See Also

units(7)

The bitmath GitHub Projecthttps://github.com/tbielawa/bitmath

The bitmath Documentationhttps://bitmath.readthedocs.org

Info

07/17/2016 bitmath 1.3.1 python-bitmath