ANYDECOMPRESS(1)
NAME
anydecompress - use any CompLearn module data compressor to decompress
a file
SYNOPSIS
anydecompress [-L] [ infile ] [ outfile ]
DESCRIPTION
anydecompress is a simple and powerful generic decompression tool. By
default, it reads an input file from standard input. If a command
argument is given it will use that as input instead. It produces an
output file (or writes to stdout if reading from stdin) by scanning
through all available CompLearn compression modules to try to find an
accepting decompressor. If it finds one, it uses it to decompress the
input file. If it fails to find an acceptable decompressor available
it prints an error and returns an exit code. The user may optionally
specify an output filename instead.
OPTIONS
- -L, --list
- list available builtin compressors as well as available compression modules. Modules are loaded from the modules subdirectory of /usr/lib/complearn. -h, --help show help options and exit
FILES
$HOME/.complearn/complearn.conf
/usr/share/complearn/complearn.conf
- /usr/local/share/complearn/complearn.conf
- per-user and system configuration files
see complearn(5) for further details.
- $HOME/.complearn/modules
- /usr/lib/complearn/modules
standard module automatic loading area. Any shared object compressormodules found here will be loaded on startup.
ENVIRONMENT
- COMPLEARNMODPATH
- If this environment variable is set, CompLearn will search the
- given directory and load any CompLearn compression modules it finds there (such as the libart.so example included with the CompLearn source distribution) none
DIAGNOSTICS
none