Architectural Lighting Simulation Software

Radiance Manual Pages

 
 
 

lam (1)

NAME

lam - laminate lines of multiple files

SYNOPSIS

lam [ -tC ] input1 input2 ..

DESCRIPTION

Lam simply joins lines from multiple inputs, separating them with the given tab character (TAB by default). An input is either a stream or a command. Commands are given in quotes, and begin with an exclamantion point ('!'). If the inputs do not have the same number of lines, then shorter files will stop contributing to the output as they run out.
A hyphen ('-') by itself can be used to indicate the standard input.

EXAMPLE

To join files output1 and output2, separated by a comma:
lam -t, output1 output2
To join a file with line numbers (starting at 0) and its reverse:
cnt `wc -l lam.c` | lam - -t: lam.c -t 'tail -r lam.c'

AUTHOR

Greg Ward

SEE ALSO

cnt(1), neat(1), rcalc(1), tabfunc(1), total(1)

 
 

Home

Lighting Software
  Rayfront
  Raydirect
  3Dsolar
  3D Lighting Tools
  Support
  Buy it Now!

Gallery
  Student Works
  Built Projects

Knowledge
  Glossary
  Resources
  Daylighting
  Literature

Download
  Rayfront Demo
  3Dsolar Demo
  Radiance Tools
  Autocad Tools

Information
  Site Map
  Newsletter
  About Us
  Privacy

  Tell a Friend
  Feedback

 
 
http://www.schorsch.com/rayfront/manual/htmlman/lam.html
Copyright © 1998-2003 Georg Mischler. All rights reserved.