ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/doc/man/man1/cv.1
Revision: 1.3
Committed: Tue Sep 4 17:36:40 2007 UTC (16 years, 8 months ago) by greg
Branch: MAIN
CVS Tags: rad5R4, rad5R2, rad4R2P2, rad5R0, rad5R1, rad4R2, rad4R1, rad4R0, rad3R9, rad4R2P1, rad5R3, HEAD
Changes since 1.2: +2 -2 lines
Log Message:
Added backslashes in front of hyphens (thanks to Bernd Zeimetz for his effort)

File Contents

# Content
1 .\" RCSid "$Id: cv.1,v 1.2 2003/12/09 15:59:06 greg Exp $"
2 .TH CV 1 6/24/98 RADIANCE
3 .SH NAME
4 cv - convert between metafile formats
5 .SH SYNOPSIS
6 .B cv
7 [
8 \-r
9 ][
10 file ..
11 ]
12 .SH DESCRIPTION
13 .I Cv
14 reads each human readable metafile
15 .I file
16 in sequence and converts it to a binary form.
17 If the option
18 .I \-r
19 is specified, the reverse conversion is performed.
20 .PP
21 If no input files are specified, the standard input is read.
22 .SH EXAMPLE
23 To convert the binary file meta.bin to its human-readable equivalent,
24 and put the result in meta.human
25 .IP "" .2i
26 cv \-r meta.bin > meta.human
27 .SH AUTHOR
28 Greg Ward
29 .SH "SEE ALSO"
30 meta(3), metafile(5), pexpand(1), psort(1)