NAME

trnunpack - UnPack trn/trx file


SYNOPSIS

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

trnunpack --help


DESCRIPTION

trnunpack takes trn/trx 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 trn.


EXAMPLES

    trnunpack -d xx -m area1.trn
    trnunpack ../a_tk_dyoa.trx
    trnunpack -d a_tk_dyoa -m a_tk_dyoa.trx


FILES

~/.trnunpackrc
Default configuration file.


SEE ALSO

trnpack(1), TrnRead(3), Trn(3), and TrnWrite(3).


AUTHOR

Tero Kivinen <kivinen@iki.fi>.