[BACK]Return to README CVS log [TXT][DIR] Up to [Development] / inventor / apps / tools / ivcat

File: [Development] / inventor / apps / tools / ivcat / README (download)

Revision 1.1, Tue Aug 15 12:56:00 2000 UTC (17 years, 2 months ago) by naaman
Branch point for: MAIN

Initial revision

This directory contains source code for the 'ivcat' utility, used
to convert from binary to ASCII Inventor format.

It works like the standard unix 'cat' utility, reading the named files
(standard input if no files are specified or a filename of '-' is
given) and writing a Inventor file to standard output.

If the argument '-b' a binary file is written; otherwise, an ASCII
file is written.

Examples:

To convert from ASCII Inventor to binary:

ivcat -b asciifile.iv > binaryfile.iv

To convert from binary Inventor to ASCII:

ivcat binaryfile.iv > asciifile.iv