[BACK]Return to lam.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / lam

Diff for /src/usr.bin/lam/lam.1 between version 1.2 and 1.3

version 1.2, 1996/06/26 05:34:49 version 1.3, 2002/11/14 02:57:27
Line 109 
Line 109 
 .PP  .PP
 The command  The command
 .IC  .IC
 lam file1 file2 file3 file4  $ lam file1 file2 file3 file4
 .NC  .NC
 joins 4 files together along each line.  joins 4 files together along each line.
 To merge the lines from four different files use  To merge the lines from four different files use
 .IC  .IC
 lam file1 \-S "\\  $ lam file1 \-S "\\
 .br  .br
 " file2 file3 file4  " file2 file3 file4
 .NC  .NC
 Every 2 lines of a file may be joined on one line with  Every 2 lines of a file may be joined on one line with
 .IC  .IC
 lam \- \- < file  $ lam \- \- < file
 .NC  .NC
 and a form letter with substitutions keyed by `@' can be done with  and a form letter with substitutions keyed by `@' can be done with
 .IC  .IC
 lam \-t @ letter changes  $ lam \-t @ letter changes
 .NC  .NC
 .SH SEE ALSO  .SH SEE ALSO
 join(1), pr(1), printf(3)  join(1), pr(1), printf(3)

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3