Mercurial > repos > rliterman > csp2
annotate CSP2/CSP2_env/env-d9b9114564458d9d-741b3de822f2aaca6c6caa4325c4afce/share/man/man1/xzless.1 @ 68:5028fdace37b
planemo upload commit 2e9511a184a1ca667c7be0c6321a36dc4e3d116d
author | jpayne |
---|---|
date | Tue, 18 Mar 2025 16:23:26 -0400 |
parents | |
children |
rev | line source |
---|---|
jpayne@68 | 1 .\" SPDX-License-Identifier: 0BSD |
jpayne@68 | 2 .\" |
jpayne@68 | 3 .\" Authors: Andrew Dudman |
jpayne@68 | 4 .\" Lasse Collin |
jpayne@68 | 5 .\" |
jpayne@68 | 6 .\" (Note that this file is not based on gzip's zless.1.) |
jpayne@68 | 7 .\" |
jpayne@68 | 8 .TH XZLESS 1 "2024-02-12" "Tukaani" "XZ Utils" |
jpayne@68 | 9 .SH NAME |
jpayne@68 | 10 xzless, lzless \- view xz or lzma compressed (text) files |
jpayne@68 | 11 .SH SYNOPSIS |
jpayne@68 | 12 .B xzless |
jpayne@68 | 13 .RI [ file ...] |
jpayne@68 | 14 .br |
jpayne@68 | 15 .B lzless |
jpayne@68 | 16 .RI [ file ...] |
jpayne@68 | 17 .SH DESCRIPTION |
jpayne@68 | 18 .B xzless |
jpayne@68 | 19 is a filter that displays text from compressed files to a terminal. |
jpayne@68 | 20 Files supported by |
jpayne@68 | 21 .BR xz (1) |
jpayne@68 | 22 are decompressed; |
jpayne@68 | 23 other files are assumed to be in uncompressed form already. |
jpayne@68 | 24 If no |
jpayne@68 | 25 .I files |
jpayne@68 | 26 are given, |
jpayne@68 | 27 .B xzless |
jpayne@68 | 28 reads from standard input. |
jpayne@68 | 29 .PP |
jpayne@68 | 30 .B xzless |
jpayne@68 | 31 uses |
jpayne@68 | 32 .BR less (1) |
jpayne@68 | 33 to present its output. |
jpayne@68 | 34 Unlike |
jpayne@68 | 35 .BR xzmore , |
jpayne@68 | 36 its choice of pager cannot be altered by |
jpayne@68 | 37 setting an environment variable. |
jpayne@68 | 38 Commands are based on both |
jpayne@68 | 39 .BR more (1) |
jpayne@68 | 40 and |
jpayne@68 | 41 .BR vi (1) |
jpayne@68 | 42 and allow back and forth movement and searching. |
jpayne@68 | 43 See the |
jpayne@68 | 44 .BR less (1) |
jpayne@68 | 45 manual for more information. |
jpayne@68 | 46 .PP |
jpayne@68 | 47 The command named |
jpayne@68 | 48 .B lzless |
jpayne@68 | 49 is provided for backward compatibility with LZMA Utils. |
jpayne@68 | 50 .SH ENVIRONMENT |
jpayne@68 | 51 .TP |
jpayne@68 | 52 .B LESSMETACHARS |
jpayne@68 | 53 A list of characters special to the shell. |
jpayne@68 | 54 Set by |
jpayne@68 | 55 .B xzless |
jpayne@68 | 56 unless it is already set in the environment. |
jpayne@68 | 57 .TP |
jpayne@68 | 58 .B LESSOPEN |
jpayne@68 | 59 Set to a command line to invoke the |
jpayne@68 | 60 .BR xz (1) |
jpayne@68 | 61 decompressor for preprocessing the input files to |
jpayne@68 | 62 .BR less (1). |
jpayne@68 | 63 .SH "SEE ALSO" |
jpayne@68 | 64 .BR less (1), |
jpayne@68 | 65 .BR xz (1), |
jpayne@68 | 66 .BR xzmore (1), |
jpayne@68 | 67 .BR zless (1) |