[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.5 and 1.6

version 1.5, 2003/06/03 02:56:09 version 1.6, 2006/01/06 09:52:59
Line 99 
Line 99 
 To print files simultaneously for easy viewing use  To print files simultaneously for easy viewing use
 .Xr pr 1 .  .Xr pr 1 .
 .Sh EXAMPLES  .Sh EXAMPLES
 The command  Join four files together along each line:
   .Pp
 .Dl $ lam file1 file2 file3 file4  .Dl $ lam file1 file2 file3 file4
 .Pp  .Pp
 joins 4 files together along each line.  Merge the lines from four different files:
 To merge the lines from four different files use  
 .Bd -literal -offset indent  .Bd -literal -offset indent
 $ lam file1 \-S "\\  $ lam file1 \-S "\e
 " file2 file3 file4  " file2 file3 file4
 .Ed  .Ed
 .Pp  .Pp
 Every 2 lines of a file may be joined on one line with  Join every two lines of a file:
   .Pp
 .Dl $ lam \- \- \*(Lt file  .Dl $ lam \- \- \*(Lt file
 .Pp  .Pp
 and a form letter with substitutions keyed by  A form letter with substitutions keyed by
 .Sq \&@  .Sq \&@
 can be done with  can be done with:
   .Pp
 .Dl $ lam \-t @ letter changes  .Dl $ lam \-t @ letter changes
 .Sh SEE ALSO  .Sh SEE ALSO
 .Xr join 1 ,  .Xr join 1 ,

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6