.TH LCH 1 "15 July 2020"
|
|
.SH NAME
|
|
lch \- command\-line compressor and decompressor for humans
|
|
.SH SYNOPSIS
|
|
\fBlch\fP [\fIflags\fP] [filename [filename]] ...
|
|
|
|
.SH DESCRIPTION
|
|
\fBlch\fP is a command\-line compressor and decompressor for humans with
|
|
simplicity in mind. Automatically select the compression format by file
|
|
extension.
|
|
|
|
Supported extensions:
|
|
|
|
- tar
|
|
- tar.gz
|
|
- tar.bz2
|
|
- tar.xz
|
|
- bz2
|
|
- tgz
|
|
- gz
|
|
- zip
|
|
- 7z
|
|
|
|
.SH OPTIONS
|
|
.TP
|
|
\fIhelp, \-h, \-\-help\fP
|
|
Help: show syntax.
|
|
.TP
|
|
\fIversion, \-v, \-\-version\fP
|
|
Print current version.
|
|
|
|
.SH EXAMPLES
|
|
|
|
.TP
|
|
\fBlch foobar.tar.gz\fR
|
|
will decompress file foobar.tar.gz
|
|
|
|
.TP
|
|
\fBlch foobar.tar.gz foobar/\fP
|
|
will compress foobar/ in foobar.tar.gz
|
|
|
|
.SH BUGS
|
|
Report your bugs at <gore@hatthieves.es>
|
|
|
|
.SH AUTHOR
|
|
\fBlch\fP are by Gustavo Adolfo Mesa Roldan <gore@hackthieves.es.>
|
|
|
|
This document is by radikal <radikal@disroot.org>.
|
|
|