DConverter is a tool for converting digital storage units and this tool is written in C++.
Case Example : You want to convert from Megabyte to Gigabyte.
- Clone this repository
- Compile using command :
g++ dconverter.cpp -o dconverter
- Move the compiled binary to
/usr/local/bin/
directory
sudo mv dconverter /usr/local/bin
- You can verify the installation steps using this command
which dconverter
-
Basics you should know
dconverter [Source Unit]... [Value]... [Target Unit]...
-
Examples :
Version : 1.0
written by Bagus Koko Wibawanto