logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

bitmath - command line utility for converting between prefix units

Author

       Tim Bielawa <timbielawa@gmail.com>

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

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 ...

See Also