[Unix] printf (`print formatted`) is a shell builtin (and utility program) that formats and prints data. It accepts a format string, which specifies methods for formatting items, and a list of items to be formatted. Named for the intention of printing to a printer, it actually outputs to stdout. Characters in the format string are copied to... Found on http://en.wikipedia.org/wiki/Printf_(Unix)