|
1 |
| -pr-about = Write content of given file or standard input to standard output with pagination filter |
2 |
| -pr-usage = pr [OPTION]... [FILE]... |
3 |
| -pr-after-help = +PAGE Begin output at page number page of the formatted input. |
4 |
| - -COLUMN Produce multi-column output. See --column |
| 1 | +pr-about = paginate or columnate FILE(s) for printing |
| 2 | +pr-after-help = |
| 3 | + If no FILE(s) are given, or if FILE is -, read standard input. |
5 | 4 |
|
6 |
| - The pr utility is a printing and pagination filter for text files. |
7 |
| - When multiple input files are specified, each is read, formatted, and written to standard output. |
8 |
| - By default, the input is separated into 66-line pages, each with |
| 5 | + When creating multicolumn output, columns will be of equal width. When using |
| 6 | + the '-s' option to separate columns, the default separator is a single tab |
| 7 | + character. When using the '-S' option to separate columns, the default separator |
| 8 | + is a single space character. |
| 9 | +pr-usage = pr [OPTION]... [FILE]... |
9 | 10 |
|
10 |
| - - A 5-line header with the page number, date, time, and the pathname of the file. |
11 |
| - - A 5-line trailer consisting of blank lines. |
| 11 | +# Help messages |
| 12 | +pr-help-pages = Begin and stop printing with page FIRST_PAGE[:LAST_PAGE] |
| 13 | +pr-help-header = |
| 14 | + Use the string header to replace the file name |
| 15 | + in the header line. |
| 16 | +pr-help-double-space = |
| 17 | + Produce output that is double spaced. An extra <newline> |
| 18 | + character is output following every <newline> found in the input. |
| 19 | +pr-help-number-lines = |
| 20 | + Provide width digit line numbering. The default for width, |
| 21 | + if not specified, is 5. The number occupies the first width column |
| 22 | + positions of each text column or each line of -m output. If char |
| 23 | + (any non-digit character) is given, it is appended to the line number |
| 24 | + to separate it from whatever follows. The default for char is a <tab>. |
| 25 | + Line numbers longer than width columns are truncated. |
| 26 | +pr-help-first-line-number = start counting with NUMBER at 1st line of first page printed |
| 27 | +pr-help-omit-header = |
| 28 | + Write neither the five-line identifying header nor the five-line |
| 29 | + trailer usually supplied for each page. Quit writing after the last line |
| 30 | + of each file without spacing to the end of the page. |
| 31 | +pr-help-page-length = |
| 32 | + Override the 66-line default (default number of lines of text 56, |
| 33 | + and with -F 63) and reset the page length to lines. If lines is not |
| 34 | + greater than the sum of both the header and trailer depths (in lines), |
| 35 | + the pr utility shall suppress both the header and trailer, as if the -t |
| 36 | + option were in effect. |
| 37 | +pr-help-no-file-warnings = omit warning when a file cannot be opened |
| 38 | +pr-help-form-feed = |
| 39 | + Use a <form-feed> for new pages, instead of the default behavior that |
| 40 | + uses a sequence of <newline>s. |
| 41 | +pr-help-column-width = |
| 42 | + Set the width of the line to width column positions for multiple |
| 43 | + text-column output only. If the -w option is not specified and the -s option |
| 44 | + is not specified, the default width shall be 72. If the -w option is not specified |
| 45 | + and the -s option is specified, the default width shall be 512. |
| 46 | +pr-help-page-width = |
| 47 | + set page width to PAGE_WIDTH (72) characters always, |
| 48 | + truncate lines, except -J option is set, no interference |
| 49 | + with -S or -s |
| 50 | +pr-help-across = |
| 51 | + Modify the effect of the - column option so that the columns are filled |
| 52 | + across the page in a round-robin order (for example, when column is 2, the |
| 53 | + first input line heads column 1, the second heads column 2, the third is the |
| 54 | + second line in column 1, and so on). |
| 55 | +pr-help-column = |
| 56 | + Produce multi-column output that is arranged in column columns |
| 57 | + (the default shall be 1) and is written down each column in the order in which |
| 58 | + the text is received from the input file. This option should not be used with -m. |
| 59 | + The options -e and -i shall be assumed for multiple text-column output. Whether |
| 60 | + or not text columns are produced with identical vertical lengths is unspecified, |
| 61 | + but a text column shall never exceed the length of the page (see the -l option). |
| 62 | + When used with -t, use the minimum number of lines to write the output. |
| 63 | +pr-help-column-char-separator = |
| 64 | + Separate text columns by the single character char instead of by the |
| 65 | + appropriate number of <space>s (default for char is the <tab> character). |
| 66 | +pr-help-column-string-separator = |
| 67 | + separate columns by STRING, |
| 68 | + without -S: Default separator <TAB> with -J and <space> |
| 69 | + otherwise (same as -S\" \"), no effect on column options |
| 70 | +pr-help-merge = |
| 71 | + Merge files. Standard output shall be formatted so the pr utility |
| 72 | + writes one line from each file specified by a file operand, side by side |
| 73 | + into text columns of equal fixed widths, in terms of the number of column |
| 74 | + positions. Implementations shall support merging of at least nine file operands. |
| 75 | +pr-help-indent = |
| 76 | + Each line of output shall be preceded by offset <space>s. If the -o |
| 77 | + option is not specified, the default offset shall be zero. The space taken is |
| 78 | + in addition to the output line width (see the -w option below). |
| 79 | +pr-help-join-lines = |
| 80 | + merge full lines, turns off -W line truncation, no column |
| 81 | + alignment, --sep-string[=STRING] sets separators |
| 82 | +pr-help-help = Print help information |
12 | 83 |
|
13 |
| - If standard output is associated with a terminal, diagnostic messages are suppressed until the pr |
14 |
| - utility has completed processing. |
| 84 | +# Page header text |
| 85 | +pr-page = Page |
15 | 86 |
|
16 |
| - When multiple column output is specified, text columns are of equal width. |
17 |
| - By default, text columns are separated by at least one <blank>. |
18 |
| - Input lines that do not fit into a text column are truncated. |
19 |
| - Lines are not truncated under single column output. |
| 87 | +# Error messages |
| 88 | +pr-error-reading-input = pr: Reading from input {$file} gave error |
| 89 | +pr-error-unknown-filetype = pr: {$file}: unknown filetype |
| 90 | +pr-error-is-directory = pr: {$file}: Is a directory |
| 91 | +pr-error-socket-not-supported = pr: cannot open {$file}, Operation not supported on socket |
| 92 | +pr-error-no-such-file = pr: cannot open {$file}, No such file or directory |
| 93 | +pr-error-column-merge-conflict = cannot specify number of columns when printing in parallel |
| 94 | +pr-error-across-merge-conflict = cannot specify both printing across and printing in parallel |
| 95 | +pr-error-invalid-pages-range = invalid --pages argument '{$start}:{$end}' |
0 commit comments