home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 5
/
FreshFish_July-August1994.bin
/
bbs
/
gnu
/
sh-utils-1.10-bin.lha
/
man
/
cat1
/
printf.0
< prev
next >
Wrap
Text File
|
1993-12-07
|
1KB
|
67 lines
PRINTF(1L) PRINTF(1L)
NNAAMMEE
printf - format and print data
SSYYNNOOPPSSIISS
pprriinnttff format [argument...]
DDEESSCCRRIIPPTTIIOONN
This manual page documents the GNU version of pprriinnttff.
pprriinnttff prints the _f_o_r_m_a_t string, interpreting `%' direc-
tives and `\' escapes in the same way as the C `printf'
function. The _f_o_r_m_a_t argument is re-used as many times as
necessary to convert all of the given arguments.
pprriinnttff interprets `\0ooo' as a an octal number (`ooo' is 0
to 3 digits) specifying a character to print, and `\xhhh'
as a hexadecimal number (`hhh' is 1 to 3 digits) specify-
ing a character to print. It has an additional escape,
`\c', which causes pprriinnttff to produce no further output,
and an additional directive, `%b', which prints its argu-
ment string with `\' escapes interpreted the way they are
in the _f_o_r_m_a_t string.
1