2009-04-13 11:49:48 +00:00
|
|
|
.\" Original file was take from gzip, thus this man page is under GNU GPLv2+.
|
|
|
|
.TH XZMORE 1 "2009-04-13" "XZ Utils"
|
2007-12-08 22:42:33 +00:00
|
|
|
.SH NAME
|
2009-04-13 11:49:48 +00:00
|
|
|
xzmore, xzless, lzmore, lzless \- view .xz or .lzma compressed (text) files
|
2007-12-08 22:42:33 +00:00
|
|
|
.SH SYNOPSIS
|
2009-04-13 11:49:48 +00:00
|
|
|
.B xzmore
|
|
|
|
.RI [ "filename ..." ]
|
|
|
|
.br
|
|
|
|
.B xzless
|
|
|
|
.RI [ "filename ..." ]
|
|
|
|
.br
|
2007-12-08 22:42:33 +00:00
|
|
|
.B lzmore
|
|
|
|
.RI [ "filename ..." ]
|
|
|
|
.br
|
|
|
|
.B lzless
|
|
|
|
.RI [ "filename ..." ]
|
|
|
|
.SH DESCRIPTION
|
2009-04-13 11:49:48 +00:00
|
|
|
.B xzmore
|
|
|
|
is a filter which allows examination of .xz or .lzma compressed text files
|
2007-12-08 22:42:33 +00:00
|
|
|
one screenful at a time on a soft-copy terminal.
|
|
|
|
.PP
|
|
|
|
To use a pager other than the default
|
|
|
|
.B more,
|
|
|
|
set environment variable
|
|
|
|
.B PAGER
|
|
|
|
to the name of the desired program, such as
|
|
|
|
.BR less .
|
|
|
|
If
|
2009-04-13 11:49:48 +00:00
|
|
|
.B xzmore
|
2007-12-08 22:42:33 +00:00
|
|
|
is called as
|
2009-04-13 11:49:48 +00:00
|
|
|
.B xzless
|
2007-12-08 22:42:33 +00:00
|
|
|
then
|
|
|
|
.B less
|
|
|
|
is used as the
|
|
|
|
.BR PAGER .
|
2009-04-13 11:49:48 +00:00
|
|
|
The names
|
|
|
|
.B lzmore
|
|
|
|
and
|
|
|
|
.B lzless
|
|
|
|
are provided for backward compatibility with LZMA Utils.
|
2007-12-08 22:42:33 +00:00
|
|
|
.TP
|
|
|
|
.BR e " or " q
|
2009-01-19 20:37:16 +00:00
|
|
|
When the prompt --More--(Next file:
|
2007-12-08 22:42:33 +00:00
|
|
|
.IR file )
|
2009-04-13 11:49:48 +00:00
|
|
|
is printed, this command causes xzmore to exit.
|
2007-12-08 22:42:33 +00:00
|
|
|
.TP
|
|
|
|
.B s
|
2009-01-19 20:37:16 +00:00
|
|
|
When the prompt --More--(Next file:
|
2007-12-08 22:42:33 +00:00
|
|
|
.IR file )
|
|
|
|
is printed, this command causes zmore to skip the next file and continue.
|
|
|
|
.PP
|
|
|
|
For list of keyboard commands supported while actually viewing the
|
|
|
|
content of a file, refer to manual of the pager you use, usually
|
|
|
|
.BR more (1)
|
|
|
|
or
|
2009-01-19 20:37:16 +00:00
|
|
|
.BR less (1).
|
2007-12-08 22:42:33 +00:00
|
|
|
.SH AUTHORS
|
|
|
|
This manual page was ripped from
|
|
|
|
.BR zmore (1)
|
|
|
|
shipped in gzip package.
|
|
|
|
.SH "SEE ALSO"
|
|
|
|
.BR more (1),
|
|
|
|
.BR zmore (1),
|
2009-04-13 11:49:48 +00:00
|
|
|
.BR xzdiff (1),
|
|
|
|
.BR xzgrep (1),
|
|
|
|
.BR xz (1)
|