| ★ wanayoo — archive 1999 http://nodevice.com/sections/ManIndex/man1216.html | Nouvelle recherche | Portail wanayoo |
| Previous Next Man Index | Sections: 0 1 2 3 4 5 6 7 8 N |
This manual page documents the GNU version of printf . printf prints the format string, interpreting `%' directives and `\e' escapes in the same way as the C `printf' function. The format argument is re-used as many times as necessary to convert all of the given arguments. printf interprets `\e0ooo' as a an octal number (`ooo' is 0 to 3 digits) specifying a character to print, and `\exhhh' as a hexadecimal number (`hhh' is 1 to 3 digits) specifying a character to print. It has an additional escape, `\ec', which causes printf to produce no further output, and an additional directive, `%b', which prints its argument string with `\e' escapes interpreted the way they are in the format string. When GNU printf is invoked with exactly one argument, the following options are recognized:
--help
--version
| Previous Next Man Index | Sections: 0 1 2 3 4 5 6 7 8 N |