Skip to content

DConverter is a tool for converting digital storage units and this tool is written in C++.

License

Notifications You must be signed in to change notification settings

baguskokow/DConverter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

DConverter is a tool for converting digital storage units and this tool is written in C++.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages