PR.1
资源名称:os_source.zip [点击查看]
上传用户:datang2001
上传日期:2007-02-01
资源大小:53269k
文件大小:1k
源码类别:
操作系统开发
开发平台:
C/C++
- .TH PR 1
- .SH NAME
- pr - print a file
- .SH SYNOPSIS
- fBprfR [fB-MfntfR]fR [fB-h fInfR] [fB-l fInfR] [fB-w fInfR] [fB-fRcolumnsfR] [fB+fIpagefR] [fIfilefR] ...fR
- .br
- .de FL
- .TP
- \fB\$1\fR
- \$2
- ..
- .de EX
- .TP 20
- \fB\$1\fR
- # \$2
- ..
- .SH OPTIONS
- .FL "-M" "Use MINIX style line number"
- .FL "-f" "Do not fold long lines"
- .FL "-h" "Take next argument as page header"
- .FL "-l" "Sets page length in lines"
- .FL "-n" "Number the output lines"
- .FL "-t" "Do not print page header or trailer"
- .FL "-w" "Sets line length in characters"
- .SH EXAMPLES
- .EX "pr -w85 -l60 file" "Use 85 character line, 60 line page"
- .EX "pr -3 file" "List fIfilefP three columns to a page"
- .EX "pr +4 file" "Start printing with page 4"
- .SH DESCRIPTION
- .PP
- .I Pr
- formats one or more files for printing.
- If no files are specified, fIstdinfR is printed.
- Options are provided for setting the width and height of the page, the
- number of columns to use (default 1), and the page to start with, among others.
- .SH "SEE ALSO"
- .BR lp (1).