ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/doc/man/man1/cv.1
Revision: 1.1
Committed: Tue Mar 11 19:20:21 2003 UTC (21 years, 2 months ago) by greg
Branch: MAIN
CVS Tags: rad3R5
Log Message:
Added documentation to repository

File Contents

# Content
1 .\" RCSid "$Id"
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)