EXAMPLES
The command
lam 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 ALSO
join(1), paste(1), pr(1), printf(3)
STANDARDS
paste(1)
BUGS