| OLD | NEW |
| 1 .\" | 1 .\" |
| 2 .\" Original zdiff.1 for gzip: Jean-loup Gailly | 2 .\" Original zdiff.1 for gzip: Jean-loup Gailly |
| 3 .\" Modifications for XZ Utils: Lasse Collin | 3 .\" Modifications for XZ Utils: Lasse Collin |
| 4 .\" | 4 .\" |
| 5 .\" License: GNU GPLv2+ | 5 .\" License: GNU GPLv2+ |
| 6 .\" | 6 .\" |
| 7 .TH XZMORE 1 "2010-09-27" "Tukaani" "XZ Utils" | 7 .TH XZMORE 1 "2013-06-30" "Tukaani" "XZ Utils" |
| 8 .SH NAME | 8 .SH NAME |
| 9 xzmore, lzmore \- view xz or lzma compressed (text) files | 9 xzmore, lzmore \- view xz or lzma compressed (text) files |
| 10 .SH SYNOPSIS | 10 .SH SYNOPSIS |
| 11 .B xzmore | 11 .B xzmore |
| 12 .RI [ "filename ..." ] | 12 .RI [ file... ] |
| 13 .br | 13 .br |
| 14 .B lzmore | 14 .B lzmore |
| 15 .RI [ "filename ..." ] | 15 .RI [ file... ] |
| 16 .SH DESCRIPTION | 16 .SH DESCRIPTION |
| 17 .B xzmore | 17 .B xzmore |
| 18 is a filter which allows examination of | 18 is a filter which allows examination of |
| 19 .BR xz (1) | 19 .BR xz (1) |
| 20 or | 20 or |
| 21 .BR lzma (1) | 21 .BR lzma (1) |
| 22 compressed text files one screenful at a time | 22 compressed text files one screenful at a time |
| 23 on a soft-copy terminal. | 23 on a soft-copy terminal. |
| 24 .PP | 24 .PP |
| 25 To use a pager other than the default | 25 To use a pager other than the default |
| (...skipping 20 matching lines...) Expand all Loading... |
| 46 to skip the next file and continue. | 46 to skip the next file and continue. |
| 47 .PP | 47 .PP |
| 48 For list of keyboard commands supported while actually viewing the | 48 For list of keyboard commands supported while actually viewing the |
| 49 content of a file, refer to manual of the pager you use, usually | 49 content of a file, refer to manual of the pager you use, usually |
| 50 .BR more (1). | 50 .BR more (1). |
| 51 .SH "SEE ALSO" | 51 .SH "SEE ALSO" |
| 52 .BR more (1), | 52 .BR more (1), |
| 53 .BR xz (1), | 53 .BR xz (1), |
| 54 .BR xzless (1), | 54 .BR xzless (1), |
| 55 .BR zmore (1) | 55 .BR zmore (1) |
| OLD | NEW |