diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-17 10:52:33 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-17 10:52:33 +0000 |
commit | 2c3307fb903f427be3d021c5780b75cac9af2ce8 (patch) | |
tree | 65cf431f40b7481d81ae2dfce9576342686448f7 /upstream/opensuse-leap-15-6/man1/xzless.1 | |
parent | Releasing progress-linux version 4.22.0-1~progress7.99u1. (diff) | |
download | manpages-l10n-2c3307fb903f427be3d021c5780b75cac9af2ce8.tar.xz manpages-l10n-2c3307fb903f427be3d021c5780b75cac9af2ce8.zip |
Merging upstream version 4.23.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'upstream/opensuse-leap-15-6/man1/xzless.1')
-rw-r--r-- | upstream/opensuse-leap-15-6/man1/xzless.1 | 69 |
1 files changed, 0 insertions, 69 deletions
diff --git a/upstream/opensuse-leap-15-6/man1/xzless.1 b/upstream/opensuse-leap-15-6/man1/xzless.1 deleted file mode 100644 index 2d05459d..00000000 --- a/upstream/opensuse-leap-15-6/man1/xzless.1 +++ /dev/null @@ -1,69 +0,0 @@ -.\" -.\" Authors: Andrew Dudman -.\" Lasse Collin -.\" -.\" This file has been put into the public domain. -.\" You can do whatever you want with this file. -.\" -.\" (Note that this file is not based on gzip's zless.1.) -.\" -.TH XZLESS 1 "2010-09-27" "Tukaani" "XZ Utils" -.SH NAME -xzless, lzless \- view xz or lzma compressed (text) files -.SH SYNOPSIS -.B xzless -.RI [ file ...] -.br -.B lzless -.RI [ file ...] -.SH DESCRIPTION -.B xzless -is a filter that displays text from compressed files to a terminal. -It works on files compressed with -.BR xz (1) -or -.BR lzma (1). -If no -.I files -are given, -.B xzless -reads from standard input. -.PP -.B xzless -uses -.BR less (1) -to present its output. -Unlike -.BR xzmore , -its choice of pager cannot be altered by -setting an environment variable. -Commands are based on both -.BR more (1) -and -.BR vi (1) -and allow back and forth movement and searching. -See the -.BR less (1) -manual for more information. -.PP -The command named -.B lzless -is provided for backward compatibility with LZMA Utils. -.SH ENVIRONMENT -.TP -.B LESSMETACHARS -A list of characters special to the shell. -Set by -.B xzless -unless it is already set in the environment. -.TP -.B LESSOPEN -Set to a command line to invoke the -.BR xz (1) -decompressor for preprocessing the input files to -.BR less (1). -.SH "SEE ALSO" -.BR less (1), -.BR xz (1), -.BR xzmore (1), -.BR zless (1) |