Skip to content
/ doh Public

Simple command-line decimal <-> octal <-> hex tool

License

Notifications You must be signed in to change notification settings

ytret/doh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

doh

doh is a simple command-line tool for conversion between different numeral systems.

Usage

$ doh 123
IN: dec: 123
hex: 7B
dec: 123
oct: 173

$ doh 0xABC
IN: hex: 0xABC
hex: ABC
dec: 2748
oct: 5274

$ doh 0644
IN: oct: 0644
hex: 1A4
dec: 420
oct: 644

$ doh duh
Not a number.

About

Simple command-line decimal <-> octal <-> hex tool

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published