add/re-enable at_wini debug output
[minix3.git] / man / man1 / pr.1
blob396cf28eaa43e3bf3f98f2c6da07124ce66e337e
1 .TH PR 1
2 .SH NAME
3 pr \- 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
12 .de EX
13 .TP 20
14 \\fB\\$1\\fR
15 # \\$2
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
32 formats one or more files for printing.
33 If no files are specified, \fIstdin\fR 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).