ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/doc/man/man1/rlam.1
(Generate patch)

Comparing ray/doc/man/man1/rlam.1 (file contents):
Revision 1.4 by greg, Wed Oct 5 05:20:50 2005 UTC vs.
Revision 1.5 by greg, Tue Sep 4 17:36:41 2007 UTC

# Line 63 | Line 63 | input, and may appear multiple times.
63   .SH EXAMPLE
64   To join files output1 and output2, separated by a comma:
65   .IP "" .2i
66 < rlam -t, output1 output2
66 > rlam \-t, output1 output2
67   .PP
68   To join a file with line numbers (starting at 0) and its reverse:
69   .IP "" .2i
70 < cnt `wc -l < lam.c` | rlam - -t: lam.c -t\| '!tail -r lam.c'
70 > cnt `wc \-l < lam.c` | rlam \- \-t: lam.c \-t\| '!tail \-r lam.c'
71   .PP
72   To join four data files, each having three doubles per record:
73   .IP "" .2i
74 < rlam -id3 file1.dbl file2.dbl file3.dbl file4.dbl > combined.dbl
74 > rlam \-id3 file1.dbl file2.dbl file3.dbl file4.dbl > combined.dbl
75   .SH AUTHOR
76   Greg Ward
77   .SH "SEE ALSO"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines