NAME

erfunpack - UnPack erf file


SYNOPSIS

erfpack [--help|-h] [--version|-V] [--verbose|-v] [--config config-file] [--dir|-d directory] [--mkdir|-m] [--no-write|-n] [filename ...]

erfunpack --help


DESCRIPTION

erfunpack takes erf and unpacks it to given directory (-d) or to the current directory. If -m is given then the directory is created if it does not exists.


OPTIONS

--help -h
Prints out the usage information.

--version -V
Prints out the version information.

--verbose -v
Enables the verbose prints. This option can be given multiple times, and each time it enables more verbose prints.

--config config-file
All options given by the command line can also be given in the configuration file. This option is used to read another configuration file in addition to the default configuration file.

--dir -d directory
Output directory (default is current directory).

--mkdir -m
Create the output directory before extracting files.

--no-write -n
Do not write anything to disk, but otherwise parse the erf.


EXAMPLES

    erfunpack -d xx -m foo.erf
    erfunpack ../cerea109o.mod
    erfunpack -d 109o -m cerea109.mod


FILES

~/.erfunpackrc
Default configuration file.


SEE ALSO

erfpack(1), gffprint(1), Erf(3), and ErfWrite(3).


AUTHOR

Tero Kivinen <kivinen@iki.fi>.