1BITMATH(1)                      python-bitmath                      BITMATH(1)
2
3
4

NAME

6       bitmath - command line utility for converting between prefix units
7

SYNOPSIS

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

DESCRIPTION

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

OPTIONS

16       --from-stdin
17           Reads number from stdin rather than the cli.
18
19       -f UNIT, --from UNIT
20           The unit you are converting from. Default is Byte.
21
22       -t UNIT, --to 'UNIT
23           The unit you are converting to. The default is auto-selected for
24           best human-readability.
25

AUTHOR

27       Tim Bielawa <timbielawa@gmail.com>
28
29       For a complete list of contributors, please visit the GitHub charts
30       page.
31
33       Copyright © 2014-2016, Tim Bielawa.
34
35       bitmath is released under the terms of the "MIT" License.
36

SEE ALSO

38       units(7)
39
40       The bitmath GitHub Project https://github.com/tbielawa/bitmath
41
42       The bitmath Documentation https://bitmath.readthedocs.org
43
44
45
46bitmath 1.3.1                     07/17/2016                        BITMATH(1)
Impressum