1 .\" Copyright (c) 1991 Keith Muller.
3 .\" The Regents of the University of California. All rights reserved.
5 .\" This code is derived from software contributed to Berkeley by
6 .\" Keith Muller of the University of California, San Diego.
8 .\" Redistribution and use in source and binary forms, with or without
9 .\" modification, are permitted provided that the following conditions
11 .\" 1. Redistributions of source code must retain the above copyright
12 .\" notice, this list of conditions and the following disclaimer.
13 .\" 2. Redistributions in binary form must reproduce the above copyright
14 .\" notice, this list of conditions and the following disclaimer in the
15 .\" documentation and/or other materials provided with the distribution.
16 .\" 3. Neither the name of the University nor the names of its contributors
17 .\" may be used to endorse or promote products derived from this software
18 .\" without specific prior written permission.
20 .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
21 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
22 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
23 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
24 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
25 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
32 .\" @(#)pr.1 8.3 (Berkeley) 4/18/94
33 .\" $FreeBSD: src/usr.bin/pr/pr.1,v 1.9.2.9 2002/07/15 07:29:05 keramida Exp $
35 .Dd September 20, 2001
97 utility is a printing and pagination filter for text files.
98 When multiple input files are specified, each is read, formatted,
99 and written to standard output.
100 By default, the input is separated into 66-line pages, each with
103 A 5-line header with the page number, date, time, and
104 the pathname of the file.
106 A 5-line trailer consisting of blank lines.
109 If standard output is associated with a terminal,
110 diagnostic messages are suppressed until the
112 utility has completed processing.
114 When multiple column output is specified,
115 text columns are of equal width.
116 By default text columns are separated by at least one
118 Input lines that do not fit into a text column are truncated.
119 Lines are not truncated under single column output.
121 In the following option descriptions, column, lines, offset, page, and
122 width are positive decimal integers and gap is a nonnegative decimal integer.
125 Begin output at page number
127 of the formatted input.
129 Produce output that is
131 wide (default is 1) that is written vertically
132 down each column in the order in which the text
133 is received from the input file.
139 This option should not be used with
143 the minimum number of lines is used to display the output.
144 (To columnify and reshape text files more generally and without additional
149 Modify the effect of the
151 option so that the columns are filled across the page in a round-robin order
152 (e.g., when column is 2, the first input line heads column
153 1, the second heads column 2, the third is the second line
155 This option requires the use of the
159 Produce output that is double spaced.
162 character is output following every
171 to the next greater column
172 position specified by the formula
179 is zero or is omitted the default is 8.
182 characters in the input are expanded into the appropriate
185 If any nondigit character,
187 is specified, it is used as the input tab character.
191 character for new pages,
192 instead of the default behavior that uses a
199 but pause before beginning the first page if standard output is a terminal.
210 In output, replace multiple
217 reach column positions
223 is zero or omitted, default
225 settings at every eighth column position
227 If any nondigit character,
229 is specified, it is used as the output
235 specified as argument instead of one found in environment.
236 Use "C" to reset locale to default.
238 Override the 66 line default and reset the page length to
242 is not greater than the sum of both the header and trailer
243 depths (in lines), the
245 utility suppresses output of both the header and trailer, as if the
247 option were in effect.
249 Merge the contents of multiple files.
250 One line from each file specified by a file operand is
251 written side by side into text columns of equal fixed widths, in
252 terms of the number of column positions.
253 The number of text columns depends on the number of
254 file operands successfully opened.
255 The maximum number of files merged depends on page width and the
256 per process open file limit.
268 digit line numbering.
271 if not specified, is 5.
272 The number occupies the first
274 column positions of each text column or each line of
279 (any nondigit character) is given, it is appended to the line number to
280 separate it from whatever follows.
285 Line numbers longer than
287 columns are truncated.
289 Each line of output is preceded by
294 option is not specified, the default is zero.
295 The space taken is in addition to the output line width.
297 Pause before each page if the standard output is a terminal.
299 will write an alert character to standard error and wait for a carriage
300 return to be read on the terminal.
302 Write no diagnostic reports on failure to open a file.
304 Separate text columns by the single character
306 instead of by the appropriate number of
314 Print neither the five-line identifying
315 header nor the five-line trailer usually supplied for each page.
316 Quit printing after the last line of each file without spacing to the
319 Set the width of the line to
321 column positions for multiple text-column output only.
324 option is not specified and the
326 option is not specified, the default width is 72.
329 option is not specified and the
331 option is specified, the default width is 512.
333 A pathname of a file to be printed.
336 operands are specified, or if a
340 the standard input is used.
341 The standard input is used only if no
343 operands are specified, or if a
351 option does not allow the option letter to be separated from its
352 argument, and the options
357 require that both arguments, if present, not be separated from the option
364 receives an interrupt while printing to a terminal, it
365 flushes all accumulated error messages to the screen before
368 Error messages are written to standard error during the printing
369 process (if output is redirected) or after all successful
370 file printing is complete (when printing to a terminal).
389 utility does not recognize multibyte characters.