


The "-extract" option prints selected records on the standard output. The file must not be encrypted.
vutil -extract [ -x ] [ -k# ] [ -n#] [ -v value ] [ -q ] file
| -x
| Continue if error occurs.
|
| -k #
| Specify a key number to extract from
|
| -n #
| Specify the number of records to be extracted
|
| -v value
| Specify the key value from which to start the extract
|
| -q
| Key number defaults to "0" (zero), number of records defaults to "all", and keyval defaults to low-values (unless you specify these values with the -k, -n, and -v options). |