home *** CD-ROM | disk | FTP | other *** search
/ Aminet 4 / Aminet 4 - November 1994.iso / aminet / dev / gcc / gcc260utilsdoc.lha / gnu / man / man1 / pr.1 < prev    next >
Encoding:
Text File  |  1994-07-26  |  4.8 KB  |  133 lines

  1.  
  2.  
  3.  
  4. PR(1L)            Misc. Reference Manual Pages             PR(1L)
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      pr - convert text files for printing
  10.  
  11. SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  12.      pppprrrr [+PAGE] [-COLUMN] [-abcdfFmrtv] [ - e[in-tab-char[in-tab-
  13.      width]]]  [ -h header] [-i[out-tab-char[out-tab-width]]] [-l
  14.      page-length] [-n[number-separator[digits]]] [-o left-margin]
  15.      [ -s[column-separator]] [-w page-width] [--help] [--version]
  16.      [file...]
  17.  
  18. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  19.      This manual page documents the GNU version of pppprrrr.  pppprrrr prints
  20.      on  the  standard  output  a  paginated  and optionally mul-
  21.      ticolumn copy of the text files given on the  command  line,
  22.      or  of  the standard input if no files are given or when the
  23.      file name `-' is encountered.  Form feeds in the input cause
  24.      page breaks in the output.
  25.  
  26.   OOOOPPPPTTTTIIIIOOOONNNNSSSS
  27.      +_P_A_G_E
  28.           Begin printing with page _P_A_G_E.
  29.  
  30.      -_C_O_L_U_M_N
  31.           Produce _C_O_L_U_M_N-column output and  print  columns  down.
  32.           The  column  width is automatically decreased as _C_O_L_U_M_N
  33.           increases; unless you use the -_w option to increase the
  34.           page  width  as  well,  this  option  might  cause some
  35.           columns to be truncated.
  36.  
  37.      -_a    Print columns across rather than down.
  38.  
  39.      -_b    Balance columns on the last page.
  40.  
  41.      -_c    Print control characters  using  hat  notation  (e.g.,
  42.           `^G');  print  other  unprintable  characters  in octal
  43.           backslash notation.
  44.  
  45.      -_d    Double space the output.
  46.  
  47.      -_e[_i_n-_t_a_b-_c_h_a_r[_i_n-_t_a_b-_w_i_d_t_h]]
  48.           Expand tabs to spaces on input.  Optional argument  _i_n-
  49.           _t_a_b-_c_h_a_r  is  the  input  tab  character,  default tab.
  50.           Optional  argument  _i_n-_t_a_b-_w_i_d_t_h  is  the   input   tab
  51.           character's width, default 8.
  52.  
  53.      -_F, -_f
  54.           Use a formfeed instead of newlines to  separate  output
  55.           pages.
  56.  
  57.      -_h _h_e_a_d_e_r
  58.           Replace the filename in  the  header  with  the  string
  59.           _h_e_a_d_e_r.
  60.  
  61.  
  62.  
  63. FSF              Last change: GNU Text Utilities                1
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70. PR(1L)            Misc. Reference Manual Pages             PR(1L)
  71.  
  72.  
  73.  
  74.      --_h_e_l_p
  75.           Print a usage message and exit with a non-zero status.
  76.  
  77.      -_i[_o_u_t-_t_a_b-_c_h_a_r[_o_u_t-_t_a_b-_w_i_d_t_h]]
  78.           Replace spaces with tabs on output.  Optional  argument
  79.           _o_u_t-_t_a_b-_c_h_a_r  is the output tab character, default tab.
  80.           Optional  argument  _o_u_t-_t_a_b-_w_i_d_t_h  is  the  output  tab
  81.           character's width, default 8.
  82.  
  83.      -_l _p_a_g_e-_l_e_n_g_t_h
  84.           Set the page length to _p_a_g_e-_l_e_n_g_t_h lines.  The  default
  85.           is 66.  If _p_a_g_e-_l_e_n_g_t_h is less than 10, the headers and
  86.           footers are omitted, as if  the  - _t  option  had  been
  87.           given.
  88.  
  89.      -_m    Print all files in parallel, one in each column.
  90.  
  91.      -_n[_n_u_m_b_e_r-_s_e_p_a_r_a_t_o_r[_d_i_g_i_t_s]]
  92.           Precede each column with a line number;  with  parallel
  93.           files,  precede each line with a line number.  Optional
  94.           argument _n_u_m_b_e_r-_s_e_p_a_r_a_t_o_r is  the  character  to  print
  95.           after  each  number,  default  tab.   Optional argument
  96.           _d_i_g_i_t_s is the number of digits per line number, default
  97.           5.
  98.  
  99.      -_o _l_e_f_t-_m_a_r_g_i_n
  100.           Offset each line with a margin _l_e_f_t-_m_a_r_g_i_n spaces wide.
  101.           The  total page width is this offset plus the width set
  102.           with the -_w option.
  103.  
  104.      -_r    Do not print a warning message when an  argument  file
  105.           cannot  be  opened.  Failure to open a file still makes
  106.           the exit status nonzero, however.
  107.  
  108.      -_s[_c_o_l_u_m_n-_s_e_p_a_r_a_t_o_r]
  109.           Separate  columns  by  the  single  character   _c_o_l_u_m_n-
  110.           _s_e_p_a_r_a_t_o_r, default tab, instead of spaces.
  111.  
  112.      -_t    Do not print the 5-line header and the 5-line  trailer
  113.           that are normally on each page, and do not fill out the
  114.           bottoms of pages (with blank lines or formfeeds).
  115.  
  116.      -_v    Print unprintable characters in octal backslash  nota-
  117.           tion.
  118.  
  119.      --_v_e_r_s_i_o_n
  120.           Print version information on standard output then exit.
  121.  
  122.      -_w _p_a_g_e-_w_i_d_t_h
  123.           Set the page width to _p_a_g_e-_w_i_d_t_h columns.  The  default
  124.           is 72.
  125.  
  126.  
  127.  
  128.  
  129. FSF              Last change: GNU Text Utilities                2
  130.  
  131.  
  132.  
  133.