Skip to content

Latest commit

 

History

History
executable file
·
40 lines (26 loc) · 755 Bytes

README.md

File metadata and controls

executable file
·
40 lines (26 loc) · 755 Bytes

GitHub

Number converter

Command line interface number converter with many functionalities and cool features


How to install

# Compile the code
make

# Clear all folders, compile the code and move the executable into ./bin
make test

# Compile the code and move the executable into /bin
sudo make install


How to use

conv <number> <base> <new_base>

Options:

-h --help                       Show help page
-l <n> --last <n>               Print last-n conversion
-r <n> --redo <n>               Remake last conversion with new <n> base

NOTE: The conversion history file, conv_history.bin, is stored into /tmp