Skip to content

lfc34/cobi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cobi - convert bits

Convert units of digital information in CLI

Installation

Compile program:

make

or:

cc -O2 cobi.c -o cobi

Move it into any location you want, preferably one from the $PATH, like:

mv cobi /usr/bin/

Usage

cobi 1024   bit             byte
     ^value ^type of value  ^unit to convert to
cobi 8 gib byte

Supported units: valid CLI argument / full name bit bit
byte byte
kb kilobyte
kib kebibyte
mb megabyte
mib mebibyte
gb gigabyte
gib gebibyte
tb terabyte
tib tebibyte\

About

Convert units of digital information in CLI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published