2024-02-12 16:09:10 +01:00
|
|
|
.\" SPDX-License-Identifier: 0BSD
|
2009-07-05 21:25:17 +02:00
|
|
|
.\"
|
2024-02-12 16:09:10 +01:00
|
|
|
.\" Authors: Andrew Dudman
|
|
|
|
.\" Lasse Collin
|
2009-07-05 21:25:17 +02:00
|
|
|
.\"
|
2024-02-12 16:09:10 +01:00
|
|
|
.\" (Note that this file is based on xzless.1 instead of gzip's zmore.1.)
|
|
|
|
.\"
|
|
|
|
.TH XZMORE 1 "2024-02-12" "Tukaani" "XZ Utils"
|
2007-12-08 23:42:33 +01:00
|
|
|
.SH NAME
|
2009-07-05 21:25:17 +02:00
|
|
|
xzmore, lzmore \- view xz or lzma compressed (text) files
|
2024-02-12 16:09:10 +01:00
|
|
|
.
|
2007-12-08 23:42:33 +01:00
|
|
|
.SH SYNOPSIS
|
2009-04-13 13:49:48 +02:00
|
|
|
.B xzmore
|
2024-02-12 16:09:10 +01:00
|
|
|
.RI [ file ...]
|
2009-04-13 13:49:48 +02:00
|
|
|
.br
|
2007-12-08 23:42:33 +01:00
|
|
|
.B lzmore
|
2024-02-12 16:09:10 +01:00
|
|
|
.RI [ file ...]
|
|
|
|
.
|
2007-12-08 23:42:33 +01:00
|
|
|
.SH DESCRIPTION
|
2024-02-12 16:09:10 +01:00
|
|
|
.B xzmore
|
|
|
|
displays text from compressed files to a terminal using
|
|
|
|
.BR more (1).
|
|
|
|
Files supported by
|
2009-07-05 21:25:17 +02:00
|
|
|
.BR xz (1)
|
2024-02-12 16:09:10 +01:00
|
|
|
are decompressed;
|
|
|
|
other files are assumed to be in uncompressed form already.
|
|
|
|
If no
|
|
|
|
.I files
|
|
|
|
are given,
|
|
|
|
.B xzmore
|
|
|
|
reads from standard input.
|
|
|
|
See the
|
|
|
|
.BR more (1)
|
|
|
|
manual for the keyboard commands.
|
2007-12-08 23:42:33 +01:00
|
|
|
.PP
|
2024-02-12 16:09:10 +01:00
|
|
|
Note that scrolling backwards might not be possible
|
|
|
|
depending on the implementation of
|
|
|
|
.BR more (1).
|
|
|
|
This is because
|
|
|
|
.B xzmore
|
|
|
|
uses a pipe to pass the decompressed data to
|
|
|
|
.BR more (1).
|
|
|
|
.BR xzless (1)
|
|
|
|
uses
|
|
|
|
.BR less (1)
|
|
|
|
which provides more advanced features.
|
|
|
|
.PP
|
|
|
|
The command
|
2009-04-13 13:49:48 +02:00
|
|
|
.B lzmore
|
2009-07-05 21:25:17 +02:00
|
|
|
is provided for backward compatibility with LZMA Utils.
|
2024-02-12 16:09:10 +01:00
|
|
|
.
|
|
|
|
.SH ENVIRONMENT
|
2007-12-08 23:42:33 +01:00
|
|
|
.TP
|
2024-02-12 16:09:10 +01:00
|
|
|
.B PAGER
|
|
|
|
If
|
|
|
|
.B PAGER
|
|
|
|
is set,
|
|
|
|
it's value is used as the pager instead of
|
2009-07-05 21:25:17 +02:00
|
|
|
.BR more (1).
|
2024-02-12 16:09:10 +01:00
|
|
|
.
|
2007-12-08 23:42:33 +01:00
|
|
|
.SH "SEE ALSO"
|
|
|
|
.BR more (1),
|
2009-07-05 21:25:17 +02:00
|
|
|
.BR xz (1),
|
|
|
|
.BR xzless (1),
|
|
|
|
.BR zmore (1)
|