source: trunk/minix/man/man1/pr.1@ 9

Last change on this file since 9 was 9, checked in by Mattia Monga, 13 years ago

Minix 3.1.2a

File size: 1.0 KB
Line 
1.TH PR 1
2.SH NAME
3pr \- print a file
4.SH SYNOPSIS
5\fBpr\fR [\fB\-Mfnt\fR]\fR [\fB\-h \fIn\fR] [\fB\-l \fIn\fR] [\fB\-w \fIn\fR] [\fB\-\fRcolumns\fR] [\fB+\fIpage\fR] [\fIfile\fR] ...\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 \fIfile\fP three columns to a page"
28.EX "pr +4 file" "Start printing with page 4"
29.SH DESCRIPTION
30.PP
31.I Pr
32formats one or more files for printing.
33If no files are specified, \fIstdin\fR is printed.
34Options are provided for setting the width and height of the page, the
35number of columns to use (default 1), and the page to start with, among others.
36.SH "SEE ALSO"
37.BR lp (1).
Note: See TracBrowser for help on using the repository browser.