Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 1001 Bytes

README.md

File metadata and controls

34 lines (27 loc) · 1001 Bytes

DConverter

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.

digital-storage-units

Install

Linux Distros

  • 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

binary

Usage

  • Basics you should know
    dconverter [Source Unit]... [Value]... [Target Unit]...

  • Help
    dconverter -h

    help

  • Examples :

    • Convert from Gigabyte to Megabyte

      example-1

    • Convert from Megabyte to Gigabyte

      example-2

Version : 1.0
written by Bagus Koko Wibawanto