Skip to content

zambodev/cli_converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Linux x64 command line number converter

Topics

Resources

License

Stars

Watchers

Forks