No empty .Rs/.Re
[netbsd-mini2440.git] / usr.bin / rs / rs.1
blobbeb2d334489a6a06144e07c8385f1dbc65df88d1
1 .\"     $NetBSD: rs.1,v 1.7 2003/08/07 11:15:42 agc Exp $
2 .\"
3 .\" Copyright (c) 1993
4 .\"     The Regents of the University of California.  All rights reserved.
5 .\"
6 .\" Redistribution and use in source and binary forms, with or without
7 .\" modification, are permitted provided that the following conditions
8 .\" are met:
9 .\" 1. Redistributions of source code must retain the above copyright
10 .\"    notice, this list of conditions and the following disclaimer.
11 .\" 2. Redistributions in binary form must reproduce the above copyright
12 .\"    notice, this list of conditions and the following disclaimer in the
13 .\"    documentation and/or other materials provided with the distribution.
14 .\" 3. Neither the name of the University nor the names of its contributors
15 .\"    may be used to endorse or promote products derived from this software
16 .\"    without specific prior written permission.
17 .\"
18 .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
19 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
20 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
21 .\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
22 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
23 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
24 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
25 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
26 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
27 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
28 .\" SUCH DAMAGE.
29 .\"
30 .\"     @(#)rs.1        8.2 (Berkeley) 12/30/93
31 .\"
32 .Dd December 18, 2001
33 .Dt RS 1
34 .Os
35 .Sh NAME
36 .Nm rs
37 .Nd reshape a data array
38 .Sh SYNOPSIS
39 .Nm
40 .Op Fl CcSs Op Ar x
41 .Op Fl GgKkw Ar N
42 .Op Fl EeHhjmnTty
43 .Op Ar rows Op Ar cols
44 .Sh DESCRIPTION
45 .Nm
46 reads the standard input, interpreting each line as a row
47 of blank-separated entries in an array,
48 transforms the array according to the options,
49 and writes it on the standard output.
50 With no arguments it transforms stream input into a columnar
51 format convenient for terminal viewing.
52 .Pp
53 The shape of the input array is deduced from the number of lines
54 and the number of columns on the first line.
55 If that shape is inconvenient, a more useful one might be
56 obtained by skipping some of the input with the
57 .Fl k
58 option.
59 Other options control interpretation of the input columns.
60 .Pp
61 The shape of the output array is influenced by the
62 .Ar rows
63 and
64 .Ar cols
65 specifications, which should be positive integers.
66 If only one of them is a positive integer,
67 .Nm
68 computes a value for the other which will accommodate
69 all of the data.
70 When necessary, missing data are supplied in a manner
71 specified by the options and surplus data are deleted.
72 There are options to control presentation of the output columns,
73 including transposition of the rows and columns.
74 .Pp
75 The options are described below.
76 .Bl -tag -width xxxxxx -offset indent
77 .It Fl C Op Ar x
78 Output columns are delimited by the single character
79 .Ar x .
80 A missing
81 .Ar x
82 is taken to be
83 .Sq \&^I .
84 .It Fl c Op Ar x
85 Input columns are delimited by the single character
86 .Ar x .
87 A missing
88 .Ar x
89 is taken to be
90 .Sq \&^I .
91 .It Fl e
92 Consider each line of input as an array entry.
93 .It Fl G Ar N
94 The gutter width (inter-column space) has
95 .Ar N
96 percent of the maximum column width added to it.
97 .It Fl g Ar N
98 The gutter width (inter-column space), normally 2, is taken to be
99 .Ar N .
100 .It Fl H
101 Like
102 .Fl h ,
103 but also print the length of each line.
104 .It Fl h
105 Print the shape of the input array and do nothing else.
106 The shape is just the number of lines and the number of
107 entries on the first line.
108 .It Fl j
109 Right adjust entries within columns.
110 .It Fl K Ar N
111 Like
112 .Fl k ,
113 but print the ignored lines.
114 .It Fl k Ar N
115 Ignore the first
116 .Ar N
117 lines of input.
118 .It Fl m
119 Do not trim excess delimiters from the ends of the output array.
120 .It Fl n
121 On lines having fewer entries than the first line,
122 use null entries to pad out the line.
123 Normally, missing entries are taken from the next line of input.
124 .It Fl S Op Ar x
125 Like
126 .Fl C ,
127 but padded strings of
128 .Ar x
129 are delimiters.
130 .It Fl s Op Ar x
131 Like
132 .Fl c ,
133 but maximal strings of
134 .Ar x
135 are delimiters.
136 .It Fl T
137 Print the pure transpose of the input, ignoring any
138 .Ar rows
140 .Ar cols
141 specification.
142 .It Fl t
143 Fill in the rows of the output array using the columns of the
144 input array, that is, transpose the input while honoring any
145 .Ar rows
147 .Ar cols
148 specifications.
149 .It Fl w Ar N
150 The width of the display, normally 80, is taken to be the positive
151 integer
152 .Ar N .
153 .It Fl y
154 If there are too few entries to make up the output dimensions,
155 pad the output by recycling the input from the beginning.
156 Normally, the output is padded with blanks.
157 .It Fl z
158 Adapt column widths to fit the largest entries appearing in them.
161 With no arguments,
163 transposes its input, and assumes one array entry per input line
164 unless the first non-ignored line is longer than the display width.
165 Option letters which take numerical arguments interpret a missing
166 number as zero unless otherwise indicated.
167 .Sh EXAMPLES
169 can be used as a filter to convert the stream output
170 of certain programs (e.g.,
171 .Xr spell 1 ,
172 .Xr du 1 ,
173 .Xr file 1 ,
174 .Xr look 1 ,
175 .Xr nm 1 ,
176 .Xr who 1 ,
178 .Xr wc 1 )
179 into a convenient
180 .Dq window
181 format, as in
182 .Dl who | rs
184 This function has been incorporated into the
185 .Xr ls 1
186 program, though for most programs with similar output
188 suffices.
190 To convert stream input into vector output and back again, use
191 .Dl rs 1 0 | rs 0 1
192 A 10 by 10 array of random numbers from 1 to 100 and
193 its transpose can be generated with
194 .Dl "jot \-r 100 | rs 10 10 | tee array | rs \-T \*[Gt] tarray"
196 In the editor
197 .Xr vi 1 ,
198 a file consisting of a multi-line vector with 9 elements per line
199 can undergo insertions and deletions,
200 and then be neatly reshaped into 9 columns with
201 .Dl :1,$!rs 0 9
203 Finally, to sort a database by the first line of each 4-line field, try
204 .Dl "rs \-eC 0 4 | sort | rs \-c 0 1"
205 .Sh SEE ALSO
206 .Xr jot 1 ,
207 .Xr pr 1 ,
208 .Xr sort 1 ,
209 .Xr vi 1
210 .Sh BUGS
211 Handles only two dimensional arrays.
213 The algorithm currently reads the whole file into memory,
214 so files that do not fit in memory will not be reshaped.
216 Fields cannot be defined yet on character positions.
218 Re-ordering of columns is not yet possible.
220 There are too many options.