|
NAMElam —
laminate files
SYNOPSIS
DESCRIPTIONThelam utility copies the named files side by side onto
the standard output. The n-th input lines from the input
files are considered fragments of the single long
n-th output line into which they are assembled. The name
`-' means the standard input, and may be repeated.
To print files simultaneously for easy viewing use pr(1). EXAMPLESThe commandlam file1 file2 file3 file4 joins 4 files together along each line. To merge the lines from four different files use lam file1 -S "\ " file2 file3 file4 Every 2 lines of a file may be joined on one line with lam - - < file and a form letter with substitutions keyed by `@' can be done with lam -t @ letter changes SEE ALSOjoin(1), paste(1), pr(1), printf(3)STANDARDSSome of the functionality oflam is standardized as the
paste(1)
utility by IEEE Std 1003.2 (“POSIX.2”).
HISTORYThelam utility first appeared in
4.2BSD.
AUTHORSJohn A. KunzeBUGSThelam utility does not recognize multibyte characters.
Visit the GSP FreeBSD Man Page Interface. |