Deleted Added
full compact
rs.1 (68963) rs.1 (70197)
1.\" Copyright (c) 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 16 unchanged lines hidden (view full) ---

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
30.\" SUCH DAMAGE.
31.\"
32.\" @(#)rs.1 8.2 (Berkeley) 12/30/93
1.\" Copyright (c) 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 16 unchanged lines hidden (view full) ---

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
30.\" SUCH DAMAGE.
31.\"
32.\" @(#)rs.1 8.2 (Berkeley) 12/30/93
33.\" $FreeBSD: head/usr.bin/rs/rs.1 68963 2000-11-20 19:21:22Z ru $
33.\" $FreeBSD: head/usr.bin/rs/rs.1 70197 2000-12-19 16:00:12Z ru $
34.\"
35.Dd December 30, 1993
36.Dt RS 1
37.Os
38.Sh NAME
39.Nm rs
40.Nd reshape a data array
41.Sh SYNOPSIS

--- 175 unchanged lines hidden (view full) ---

217% rs \-eC 0 4 | sort | rs \-c 0 1
218.Ed
219.Sh SEE ALSO
220.Xr jot 1 ,
221.Xr pr 1 ,
222.Xr sort 1 ,
223.Xr vi 1
224.Sh BUGS
34.\"
35.Dd December 30, 1993
36.Dt RS 1
37.Os
38.Sh NAME
39.Nm rs
40.Nd reshape a data array
41.Sh SYNOPSIS

--- 175 unchanged lines hidden (view full) ---

217% rs \-eC 0 4 | sort | rs \-c 0 1
218.Ed
219.Sh SEE ALSO
220.Xr jot 1 ,
221.Xr pr 1 ,
222.Xr sort 1 ,
223.Xr vi 1
224.Sh BUGS
225.Bl -item
226.It
225Handles only two dimensional arrays.
227Handles only two dimensional arrays.
226
228.It
227The algorithm currently reads the whole file into memory,
228so files that do not fit in memory will not be reshaped.
229The algorithm currently reads the whole file into memory,
230so files that do not fit in memory will not be reshaped.
229
231.It
230Fields cannot be defined yet on character positions.
232Fields cannot be defined yet on character positions.
231
233.It
232Re-ordering of columns is not yet possible.
234Re-ordering of columns is not yet possible.
233
235.It
234There are too many options.
236There are too many options.
237.El