.TH gbase 1 "August 2003" "gbase" .SH NAME gbase \- small numeric base converter .SH SYNOPSIS \fBgbase\fP [options] .SH DESCRIPTION .BR gbase converts numbers between bases 2 (binary), 8 (octal), 10 (decimal), 16 (hexadecimal). .PP If you specify a number on the command line (preceded by a switch to describe the base the number is in) the program will display that number in the four bases on the console and exit. .br You can also specify the \-s switch which will allow you to enter/display signed numbers. (This allows the use of a - (minus) before a decimal number). .PP Just running the program without any switches will display the main window. There are four entry boxes, corresponding to each of the four bases. You can type into any of these boxes and the others will update automagically. The program will ignore any characters that are not allowed for that particular base. It will only allow a - (minus) at the start of a decimal number, if the signed option is on. .SH OPTIONS .TP .I --help Display a short help screen and exit .TP .I --version Print version number and exit .TP .I -s Treat the number as a signed value .TP .I -d \fBdecimal number\fP Print this decimal number in all bases .TP .I -h \fBhex number\fP Print this hexadecimal number in all bases .TP .I -o \fBoctal number\fP Print this octal number in all bases .TP .I -b \fBbinary number\fP Print this binary number in all bases .SH AUTHOR .B gbase is Copyright (C) 1999 Damian Kramer, Roger Dunce.