PRINTF(1) | General Commands Manual | PRINTF(1) |
printf
— write
formatted output
printf |
format [argument ...] |
printf
utility formats and writes its arguments,
under control of the format, to the standard output. The
format is a string composed of plain characters,
character escape sequences, and conversion specifiers.
The following character escape sequences, which are in backslash notation, are supported:
The following conversion specifiers are supported:
Along with the following flags:
The printf
utility exits 0 on
success, and >0 if an error occurs.
The printf
utility is compliant with the
specification except from the “%b
”
conversion specifier.
December 29, 2019 | EltaninOS |