Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(117)

Side by Side Diff: xz/src/scripts/xzmore.1

Issue 2869016: Add an unpatched version of xz, XZ Utils, to /trunk/deps/third_party (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/
Patch Set: Created 10 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « xz/src/scripts/xzless.in ('k') | xz/src/scripts/xzmore.in » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Property Changes:
Added: svn:eol-style
+ LF
OLDNEW
(Empty)
1 .\"
2 .\" Original zdiff.1 for gzip: Jean-loup Gailly
3 .\" Modifications for XZ Utils: Lasse Collin
4 .\"
5 .\" License: GNU GPLv2+
6 .\"
7 .TH XZMORE 1 "2009-07-05" "Tukaani" "XZ Utils"
8 .SH NAME
9 xzmore, lzmore \- view xz or lzma compressed (text) files
10 .SH SYNOPSIS
11 .B xzmore
12 .RI [ "filename ..." ]
13 .br
14 .B lzmore
15 .RI [ "filename ..." ]
16 .SH DESCRIPTION
17 .B xzmore
18 is a filter which allows examination of
19 .BR xz (1)
20 or
21 .BR lzma (1)
22 compressed text files one screenful at a time on a soft-copy terminal.
23 .PP
24 To use a pager other than the default
25 .B more,
26 set environment variable
27 .B PAGER
28 to the name of the desired program.
29 The name
30 .B lzmore
31 is provided for backward compatibility with LZMA Utils.
32 .TP
33 .BR e " or " q
34 When the prompt \-\-More\-\-(Next file:
35 .IR file )
36 is printed, this command causes
37 .B xzmore
38 to exit.
39 .TP
40 .B s
41 When the prompt \-\-More\-\-(Next file:
42 .IR file )
43 is printed, this command causes
44 .B xzmore
45 to skip the next file and continue.
46 .PP
47 For list of keyboard commands supported while actually viewing the
48 content of a file, refer to manual of the pager you use, usually
49 .BR more (1).
50 .SH "SEE ALSO"
51 .BR more (1),
52 .BR xz (1),
53 .BR xzless (1),
54 .BR zmore (1)
OLDNEW
« no previous file with comments | « xz/src/scripts/xzless.in ('k') | xz/src/scripts/xzmore.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698