GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / tools / misc / xz / doc / man / txt / xzless.txt
blob5c14c80c2358515bf624e633730f4c31cb8a4f5f
1 XZLESS(1)                          XZ Utils                          XZLESS(1)
5 NAME
6        xzless, lzless - view xz or lzma compressed (text) files
8 SYNOPSIS
9        xzless [file...]
10        lzless [file...]
12 DESCRIPTION
13        xzless is a filter that displays text from compressed files to a termi-
14        nal.  It works on files compressed with xz(1) or lzma(1).  If no  files
15        are given, xzless reads from standard input.
17        xzless  uses  less(1) to present its output.  Unlike xzmore, its choice
18        of pager cannot be altered by setting an  environment  variable.   Com-
19        mands  are  based  on  both  more(1) and vi(1) and allow back and forth
20        movement and searching.  See the less(1) manual for more information.
22        The command named lzless is provided for  backward  compatibility  with
23        LZMA Utils.
25 ENVIRONMENT
26        LESSMETACHARS
27               A list of characters special to the shell.  Set by xzless unless
28               it is already set in the environment.
30        LESSOPEN
31               Set to a command line to invoke the xz(1) decompressor for  pre-
32               processing the input files to less(1).
34 SEE ALSO
35        less(1), xz(1), xzmore(1), zless(1)
39 Tukaani                           2010-09-27                         XZLESS(1)