Deleted Added
full compact
lam.1 (83745) lam.1 (95124)
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.\" @(#)lam.1 8.1 (Berkeley) 6/6/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.\" @(#)lam.1 8.1 (Berkeley) 6/6/93
33.\" $FreeBSD: head/usr.bin/lam/lam.1 83745 2001-09-21 02:51:07Z wollman $
33.\" $FreeBSD: head/usr.bin/lam/lam.1 95124 2002-04-20 12:18:28Z charnier $
34.\"
35.Dd September 20, 2001
36.Dt LAM 1
37.Os
38.Sh NAME
39.Nm lam
40.Nd laminate files
41.Sh SYNOPSIS
42.Nm
43.Op Fl f Ar min . Ns Ar max
44.Op Fl s Ar sepstring
45.Op Fl t Ar c
46.Ar
47.Nm
48.Op Fl p Ar min . Ns Ar max
49.Op Fl s Ar sepstring
50.Op Fl t Ar c
51.Ar
52.Sh DESCRIPTION
34.\"
35.Dd September 20, 2001
36.Dt LAM 1
37.Os
38.Sh NAME
39.Nm lam
40.Nd laminate files
41.Sh SYNOPSIS
42.Nm
43.Op Fl f Ar min . Ns Ar max
44.Op Fl s Ar sepstring
45.Op Fl t Ar c
46.Ar
47.Nm
48.Op Fl p Ar min . Ns Ar max
49.Op Fl s Ar sepstring
50.Op Fl t Ar c
51.Ar
52.Sh DESCRIPTION
53.Nm Lam
54copies the named files side by side onto the standard output.
55The
53The
54.Nm
55utility copies the named files side by side onto the standard output.
56The
56.Em n-th
57input lines from the input
58.Ar files
59are considered fragments of the single long
60.Em n-th
61output line into which they are assembled.
62The name `\fB\-\fP' means the standard input, and may be repeated.
63.Pp
64Normally, each option affects only the
65.Ar file
66after it.
67If the option letter is capitalized it affects all subsequent files
68until it appears again uncapitalized.
57.Em n-th
58input lines from the input
59.Ar files
60are considered fragments of the single long
61.Em n-th
62output line into which they are assembled.
63The name `\fB\-\fP' means the standard input, and may be repeated.
64.Pp
65Normally, each option affects only the
66.Ar file
67after it.
68If the option letter is capitalized it affects all subsequent files
69until it appears again uncapitalized.
69The options are described below.
70The options are described below:
70.Bl -tag -width indent
71.It Fl f Ar min . Ns Ar max
72Print line fragments according to the format string
73.Ar min . Ns Ar max ,
74where
75.Ar min
76is the minimum field width and
77.Ar max

--- 59 unchanged lines hidden ---
71.Bl -tag -width indent
72.It Fl f Ar min . Ns Ar max
73Print line fragments according to the format string
74.Ar min . Ns Ar max ,
75where
76.Ar min
77is the minimum field width and
78.Ar max

--- 59 unchanged lines hidden ---