Introduction - If you have any usage issues, please Google them yourself
A command-line calculator that supports bases 2 to 8,Function Inputs: number of command-line arguments
command-line arguments: base=b num1 op num2
where b can be 2 to 8 and op is one of +-x/
and PDL is included.