home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / gnu / shellutils-1.9.4-bin.lha / man / cat1 / printf.0 < prev    next >
Text File  |  1993-12-07  |  1KB  |  67 lines

  1.  
  2.  
  3.  
  4. PRINTF(1L)                                             PRINTF(1L)
  5.  
  6.  
  7. NNAAMMEE
  8.        printf - format and print data
  9.  
  10. SSYYNNOOPPSSIISS
  11.        pprriinnttff format [argument...]
  12.  
  13. DDEESSCCRRIIPPTTIIOONN
  14.        This  manual  page  documents  the  GNU version of pprriinnttff.
  15.        pprriinnttff prints the _f_o_r_m_a_t string, interpreting  `%'  direc-
  16.        tives  and  `\'  escapes in the same way as the C `printf'
  17.        function.  The _f_o_r_m_a_t argument is re-used as many times as
  18.        necessary to convert all of the given arguments.
  19.  
  20.        pprriinnttff interprets `\0ooo' as a an octal number (`ooo' is 0
  21.        to 3 digits) specifying a character to print, and  `\xhhh'
  22.        as  a hexadecimal number (`hhh' is 1 to 3 digits) specify-
  23.        ing a character to print.  It has  an  additional  escape,
  24.        `\c',  which  causes  pprriinnttff to produce no further output,
  25.        and an additional directive, `%b', which prints its  argu-
  26.        ment  string with `\' escapes interpreted the way they are
  27.        in the _f_o_r_m_a_t string.
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.                                                                 1
  65.  
  66.  
  67.