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

操作系统开发

开发平台:

C/C++

  1. .TH PR 1
  2. .SH NAME
  3. pr - print a file
  4. .SH SYNOPSIS
  5. fBprfR [fB-MfntfR]fR [fB-h fInfR]  [fB-l fInfR]  [fB-w fInfR] [fB-fRcolumnsfR] [fB+fIpagefR] [fIfilefR] ...fR
  6. .br
  7. .de FL
  8. .TP
  9. \fB\$1\fR
  10. \$2
  11. ..
  12. .de EX
  13. .TP 20
  14. \fB\$1\fR
  15. # \$2
  16. ..
  17. .SH OPTIONS
  18. .FL "-M" "Use MINIX style line number"
  19. .FL "-f" "Do not fold long lines"
  20. .FL "-h" "Take next argument as page header"
  21. .FL "-l" "Sets page length in lines"
  22. .FL "-n" "Number the output lines"
  23. .FL "-t" "Do not print page header or trailer"
  24. .FL "-w" "Sets line length in characters"
  25. .SH EXAMPLES
  26. .EX "pr -w85 -l60 file" "Use 85 character line, 60 line page"
  27. .EX "pr -3 file" "List fIfilefP three columns to a page"
  28. .EX "pr +4 file" "Start printing with page 4"
  29. .SH DESCRIPTION
  30. .PP
  31. .I Pr
  32. formats one or more files for printing.
  33. If no files are specified, fIstdinfR is printed.
  34. Options are provided for setting the width and height of the page, the
  35. number of columns to use (default 1), and the page to start with, among others.
  36. .SH "SEE ALSO"
  37. .BR lp (1).