-
Notifications
You must be signed in to change notification settings - Fork 25
/
bitmath.1.asciidoc.in
67 lines (38 loc) · 1.06 KB
/
bitmath.1.asciidoc.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
bitmath(1)
==========
:man source: bitmath
:man version: %VERSION%
:man manual: python-bitmath
NAME
----
bitmath - 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.
COPYRIGHT
---------
Copyright © 2014-2016, Tim Bielawa.
bitmath is released under the terms of the "MIT" License.
SEE ALSO
--------
*units*(7)
*The bitmath GitHub Project* -- <https://github.com/tbielawa/bitmath>
*The bitmath Documentation* -- <https://bitmath.readthedocs.org>