iprint - Online in the Cloud

This is the command iprint that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


i - trivial integer print utility

SYNOPSIS


i arguments ...

DESCRIPTION


Given one or more arguments on the command line, it will print them in decimal,
hexadecimal, octal and as ASCII characters (if printable). If an argument begins with 0x,
it is assumed to be hexadecimal. Otherwise if an argument begins with 0, it is assumed to
be octal. Otherwise, if an argument begins with 0b or 0B, it is assumed to be binary.
Otherwise, if an argument begins with a digit, it is assumed to be a decimal number.
Otherwise, the argument is treated as one ASCII character at a time.

OPTIONS


i doesn't take any options, but invoking it it with any arbitrary text string, such as
"1234", "--help", etc., would demonstrate how the program functions.

Use iprint online using onworks.net services



Latest Linux & Windows online programs