PR.1
上传用户:datang2001
上传日期:2007-02-01
资源大小:53269k
文件大小:1k
源码类别:

操作系统开发

开发平台:

C/C++

  1. PR(1)                     Minix Programmer's Manual                      PR(1)
  2. NAME
  3.      pr - print a file
  4. SYNOPSIS
  5.      pr [-Mfnt] [-h n]  [-l n]  [-w n] [-columns] [+page] [file] ...
  6. OPTIONS
  7.      -M   Use MINIX style line number
  8.      -f   Do not fold long lines
  9.      -h   Take next argument as page header
  10.      -l   Sets page length in lines
  11.      -n   Number the output lines
  12.      -t   Do not print page header or trailer
  13.      -w   Sets line length in characters
  14. EXAMPLES
  15.      pr -w85 -l60 file   # Use 85 character line, 60 line page
  16.      pr -3 file          # List file three columns to a page
  17.      pr +4 file          # Start printing with page 4
  18. DESCRIPTION
  19.      Pr formats one or more files for printing.  If no  files  are  specified,
  20.      stdin  is printed.  Options are provided for setting the width and height
  21.      of the page, the number of columns to use (default 1), and  the  page  to
  22.      start with, among others.
  23. SEE ALSO
  24.      lp(1).
  25.                                                                              1