Skip to main content

Binary unit conversion tool

Project description

A dead simple binary unit conversion tool.

Usage

Hereinafter are few examples of how to use this tool.

Converting between two units

echo "1024" | bunit --in=kiB --out=MiB
1.0
echo "128" | bunit --in=b --out=B
16

Converting between units of the same system

echo "32" | bunit --in=GiB
+------+-------------+
| Unit |    Value    |
+------+-------------+
| kiB  | 33554432.00 |
| MiB  |   32768.00  |
| GiB  |    32.00    |
| TiB  |     0.03    |
| PiB  |     0.00    |
| EiB  |     0.00    |
| ZiB  |     0.00    |
| YiB  |     0.00    |
+------+-------------+

Converting between units of different systems

echo "1" | bunit --in=GiB --system=bytes
+------+---------------+
| Unit |     Value     |
+------+---------------+
|  B   | 1073741824.00 |
|  kB  |   1073741.82  |
|  MB  |    1073.74    |
|  GB  |      1.07     |
|  TB  |      0.00     |
|  PB  |      0.00     |
|  EB  |      0.00     |
|  ZB  |      0.00     |
|  YB  |      0.00     |
+------+---------------+

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bunit-0.1.tar.gz (2.9 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page