Linux Compression Humanized
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

47 lines
1.0 KiB

3 years ago
3 years ago
  1. .TH LCH 1 "26 September 2020"
  2. .SH NAME
  3. lch \- command\-line compressor and decompressor for humans
  4. .SH SYNOPSIS
  5. \fBlch\fP [filename [filename1] [filename2]...]
  6. \fBlch\fP [\fIflags\fP]
  7. .SH DESCRIPTION
  8. \fBlch\fP is a command\-line compressor and decompressor for humans with
  9. simplicity in mind. Automatically select the compression format by file
  10. extension.
  11. Supported extensions:
  12. tar, tar.gz, tar.bz2, tar.xz, bz2, tgz, gz, zip, 7z
  13. .SH OPTIONS
  14. .TP
  15. \fI\-h, \-\-help\fP
  16. Help: show syntax.
  17. .TP
  18. \fI\-v, \-\-version\fP
  19. Print current version.
  20. .TP
  21. \fI\-c, \-\-check\fP
  22. Check the compressors installed.
  23. .TP
  24. \fI\-i, \-\-install\fP
  25. Install compressors and dependencies.
  26. .SH EXAMPLES
  27. .TP
  28. \fBlch foobar.tar.gz\fR
  29. will decompress file foobar.tar.gz
  30. .TP
  31. \fBlch foobar.tar.gz foobar1/ foobar2/\fP
  32. will compress foobar1/ and foobar2/ in foobar.tar.gz
  33. .SH BUGS
  34. Report your bugs at <gore@hatthieves.es>
  35. .SH AUTHOR
  36. \fBlch\fP are by Gustavo Adolfo Mesa Roldan <gore@hackthieves.es>
  37. This document is by radikal <radikal@disroot.org>.