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 68 69 70 71 72 73
|
'\" t
.\" Title: bitmath
.\" Author: [see the "AUTHOR" section]
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
.\" Date: 08/23/2018
.\" Manual: python-bitmath
.\" Source: bitmath 1.3.3
.\" Language: English
.\"
.TH "BITMATH" "1" "08/23/2018" "bitmath 1\&.3\&.3" "python\-bitmath"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.\" http://bugs.debian.org/507673
.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.\" -----------------------------------------------------------------
.\" * set default formatting
.\" -----------------------------------------------------------------
.\" disable hyphenation
.nh
.\" disable justification (adjust text to left margin only)
.ad l
.\" -----------------------------------------------------------------
.\" * MAIN CONTENT STARTS HERE *
.\" -----------------------------------------------------------------
.SH "NAME"
bitmath \- command line utility for converting between prefix units
.SH "SYNOPSIS"
.sp
bitmath [\-\-from\-stdin] [\-f IN_UNIT] [\-t OUT_UNIT] SIZE \&...
.SH "DESCRIPTION"
.sp
Run it, give a number as the last parameter\&. Say what units you\(cqre giving/wanting, or not\&.
.SH "OPTIONS"
.PP
\fB\-\-from\-stdin\fR
.RS 4
Reads number from stdin rather than the cli\&.
.RE
.PP
\fB\-f\fR \fIUNIT\fR, \fB\-\-from\fR \fIUNIT\fR
.RS 4
The unit you are converting from\&. Default is
\fBByte\fR\&.
.RE
.PP
\fB\-t\fR \fIUNIT, \fR\fI\fB\-\-to\fR\fR\fI \*(AqUNIT\fR
.RS 4
The unit you are converting to\&. The default is
\fBauto\-selected\fR
for best human\-readability\&.
.RE
.SH "AUTHOR"
.sp
Tim Bielawa <timbielawa@gmail\&.com>
.sp
For a complete list of contributors, please visit the GitHub charts page\&.
.SH "COPYRIGHT"
.sp
Copyright \(co 2014\-2016, Tim Bielawa\&.
.sp
bitmath is released under the terms of the "MIT" License\&.
.SH "SEE ALSO"
.sp
\fBunits\fR(7)
.sp
\fBThe bitmath GitHub Project\fR \(em https://github\&.com/tbielawa/bitmath
.sp
\fBThe bitmath Documentation\fR \(em https://bitmath\&.readthedocs\&.org
|