Number Converter Plug-In for the Extensible Shell ------------------------------------------------- COMMANDS 'convertnum --help' displays all the options of how to use 'convertnum [NUMBER]' displays 32 bit representation and hex value of [NUMBER] 'convertnum [NUMBER] -h' displays only the hexadecimal representation of [NUMBER] 'convertnum [NUMBER] -b' displays only the 32 bit binary representation of [NUMBER] 'convertnum [NUMBER] -32' displays only the 32 bit binary representation of [NUMBER] 'convertnum [NUMBER] -16' displays only the 16 bit binary representation of [NUMBER] 'convertnum [NUMBER] -8' displays only the 8 bit binary representation of [NUMBER] The "number representation converter" is a convenient way to take any decimal number and if a specific flag is provided can show a specific representation of a number in hexadecimal and/or binary. If no flag is provided then it will show both 32 bit representation and hexadecimal. AUTHORS: -------- Corey S. McQuay (coreym94) Jared Schwalbe (jareds94)