diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2024-03-29 19:53:25 +0000 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2024-04-01 03:21:57 +0000 |
commit | 92785390ea84d2169bf4e721a39db89cb7e1fe5f (patch) | |
tree | dfb34ae0112ddd2c5020679cadf73c1129352d5c /doc/man/txt/xzless.txt | |
parent | CVE-2024-3094: doxygen (diff) | |
download | xz-92785390ea84d2169bf4e721a39db89cb7e1fe5f.tar.xz |
CVE-2024-3094: import xz-5.6.1.tar.xzjiatan/v5.6.1/autofoo
Diffstat (limited to 'doc/man/txt/xzless.txt')
-rw-r--r-- | doc/man/txt/xzless.txt | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/doc/man/txt/xzless.txt b/doc/man/txt/xzless.txt new file mode 100644 index 00000000..1c97b62c --- /dev/null +++ b/doc/man/txt/xzless.txt @@ -0,0 +1,40 @@ +XZLESS(1) XZ Utils XZLESS(1) + + + +NAME + xzless, lzless - view xz or lzma compressed (text) files + +SYNOPSIS + xzless [file...] + lzless [file...] + +DESCRIPTION + xzless is a filter that displays text from compressed files to a termi- + nal. Files supported by xz(1) are decompressed; other files are as- + sumed to be in uncompressed form already. If no files are given, xz- + less reads from standard input. + + xzless uses less(1) to present its output. Unlike xzmore, its choice + of pager cannot be altered by setting an environment variable. Com- + mands are based on both more(1) and vi(1) and allow back and forth + movement and searching. See the less(1) manual for more information. + + The command named lzless is provided for backward compatibility with + LZMA Utils. + +ENVIRONMENT + LESSMETACHARS + A list of characters special to the shell. Set by xzless unless + it is already set in the environment. + + LESSOPEN + Set to a command line to invoke the xz(1) decompressor for pre- + processing the input files to less(1). + +SEE ALSO + less(1), xz(1), xzmore(1), zless(1) + + + +Tukaani 2024-02-12 XZLESS(1) |