Mercurial > repos > rliterman > csp2
annotate CSP2/CSP2_env/env-d9b9114564458d9d-741b3de822f2aaca6c6caa4325c4afce/share/man/man1/lzmore.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 based on xzless.1 instead of gzip's zmore.1.) |
jpayne@68 | 7 .\" |
jpayne@68 | 8 .TH XZMORE 1 "2024-02-12" "Tukaani" "XZ Utils" |
jpayne@68 | 9 .SH NAME |
jpayne@68 | 10 xzmore, lzmore \- view xz or lzma compressed (text) files |
jpayne@68 | 11 . |
jpayne@68 | 12 .SH SYNOPSIS |
jpayne@68 | 13 .B xzmore |
jpayne@68 | 14 .RI [ file ...] |
jpayne@68 | 15 .br |
jpayne@68 | 16 .B lzmore |
jpayne@68 | 17 .RI [ file ...] |
jpayne@68 | 18 . |
jpayne@68 | 19 .SH DESCRIPTION |
jpayne@68 | 20 .B xzmore |
jpayne@68 | 21 displays text from compressed files to a terminal using |
jpayne@68 | 22 .BR more (1). |
jpayne@68 | 23 Files supported by |
jpayne@68 | 24 .BR xz (1) |
jpayne@68 | 25 are decompressed; |
jpayne@68 | 26 other files are assumed to be in uncompressed form already. |
jpayne@68 | 27 If no |
jpayne@68 | 28 .I files |
jpayne@68 | 29 are given, |
jpayne@68 | 30 .B xzmore |
jpayne@68 | 31 reads from standard input. |
jpayne@68 | 32 See the |
jpayne@68 | 33 .BR more (1) |
jpayne@68 | 34 manual for the keyboard commands. |
jpayne@68 | 35 .PP |
jpayne@68 | 36 Note that scrolling backwards might not be possible |
jpayne@68 | 37 depending on the implementation of |
jpayne@68 | 38 .BR more (1). |
jpayne@68 | 39 This is because |
jpayne@68 | 40 .B xzmore |
jpayne@68 | 41 uses a pipe to pass the decompressed data to |
jpayne@68 | 42 .BR more (1). |
jpayne@68 | 43 .BR xzless (1) |
jpayne@68 | 44 uses |
jpayne@68 | 45 .BR less (1) |
jpayne@68 | 46 which provides more advanced features. |
jpayne@68 | 47 .PP |
jpayne@68 | 48 The command |
jpayne@68 | 49 .B lzmore |
jpayne@68 | 50 is provided for backward compatibility with LZMA Utils. |
jpayne@68 | 51 . |
jpayne@68 | 52 .SH ENVIRONMENT |
jpayne@68 | 53 .TP |
jpayne@68 | 54 .B PAGER |
jpayne@68 | 55 If |
jpayne@68 | 56 .B PAGER |
jpayne@68 | 57 is set, |
jpayne@68 | 58 its value is used as the pager instead of |
jpayne@68 | 59 .BR more (1). |
jpayne@68 | 60 . |
jpayne@68 | 61 .SH "SEE ALSO" |
jpayne@68 | 62 .BR more (1), |
jpayne@68 | 63 .BR xz (1), |
jpayne@68 | 64 .BR xzless (1), |
jpayne@68 | 65 .BR zmore (1) |