This is the command cv that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
NAME
cv - convert between metafile formats
SYNOPSIS
cv [ -r ][ file .. ]
DESCRIPTION
Cv reads each human readable metafile file in sequence and converts it to a binary form.
If the option -r is specified, the reverse conversion is performed.
If no input files are specified, the standard input is read.
EXAMPLE
To convert the binary file meta.bin to its human-readable equivalent, and put the result
in meta.human
cv -r meta.bin > meta.human
Use cv online using onworks.net services