| 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)
|