Linux Commands Examples

A great documentation place for Linux commands

xzless

, lzless view xz or lzma compressed (text) files


see also : lzless - less - xz - xzmore - zless

Synopsis

xzless [file...]
lzless
[file...]


add an example, a script, a trick and tips

: email address (won't be displayed)
: name

Step 2

Thanks for this example ! - It will be moderated and published shortly.

Feel free to post other examples
Oops ! There is a tiny cockup. A damn 404 cockup. Please contact the loosy team who maintains and develops this wonderful site by clicking in the mighty feedback button on the side of the page. Say what happened. Thanks!

examples

0
source
            
version='xzless (XZ Utils) 5.0.4'
usage="Usage: ${0##*/} [OPTION]... [FILE]...
Like 'less', but operate on the uncompressed contents of xz compressed FILEs.
0
source
            
version='xzless (XZ Utils) 5.1.0alpha'
usage="Usage: ${0##*/} [OPTION]... [FILE]...
Like 'less', but operate on the uncompressed contents of xz compressed FILEs.
0
source
            
version='xzless (XZ Utils) 5.0.2'
usage="Usage: ${0##*/} [OPTION]... [FILE]...
Like 'less', but operate on the uncompressed contents of xz compressed FILEs.
0
source
            
version='xzless (XZ Utils) 5.0.3'
usage="Usage: ${0##*/} [OPTION]... [FILE]...
Like 'less', but operate on the uncompressed contents of xz compressed FILEs.
0
source
            
version='xzless (XZ Utils) 5.0.0'
usage="Usage: ${0##*/} [OPTION]... [FILE]...
Like 'less', but operate on the uncompressed contents of xz compressed FILEs.

description

xzless is a filter that displays text from compressed files to a terminal. It works on files compressed with xz(1) or lzma(1). If no files are given, xzless 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. Commands 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 preprocessing the input files to less(1).


see also

less , xz , xzmore , zless

How can this site be more helpful to YOU ?


give  feedback