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

Side by Side Diff: src/scripts/xzless.1

Issue 7109015: Update XZ Utils to 5.0.3 (in deps) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/xz/
Patch Set: Created 9 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 | « src/scripts/xzgrep.in ('k') | src/scripts/xzmore.1 » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 .\" 1 .\"
2 .\" Authors: Andrew Dudman 2 .\" Authors: Andrew Dudman
3 .\" Lasse Collin 3 .\" Lasse Collin
4 .\" 4 .\"
5 .\" This file has been put into the public domain. 5 .\" This file has been put into the public domain.
6 .\" You can do whatever you want with this file. 6 .\" You can do whatever you want with this file.
7 .\" 7 .\"
8 .\" (Note that this file is not based on gzip's zless.1.) 8 .\" (Note that this file is not based on gzip's zless.1.)
9 .\" 9 .\"
10 .TH XZLESS 1 "2009-07-05" "Tukaani" "XZ Utils" 10 .TH XZLESS 1 "2010-09-27" "Tukaani" "XZ Utils"
11 .SH NAME 11 .SH NAME
12 xzless, lzless \- view xz or lzma compressed (text) files 12 xzless, lzless \- view xz or lzma compressed (text) files
13 .SH SYNOPSIS 13 .SH SYNOPSIS
14 .B xzless 14 .B xzless
15 .RI [ file ...] 15 .RI [ file ...]
16 .br 16 .br
17 .B lzless 17 .B lzless
18 .RI [ file ...] 18 .RI [ file ...]
19 .SH DESCRIPTION 19 .SH DESCRIPTION
20 .B xzless 20 .B xzless
21 is a filter that displays text from compressed files to a terminal. 21 is a filter that displays text from compressed files to a terminal.
22 It works on files compressed with 22 It works on files compressed with
23 .BR xz (1) 23 .BR xz (1)
24 or 24 or
25 .BR lzma (1). 25 .BR lzma (1).
26 If no 26 If no
27 .I files 27 .I files
28 are given, 28 are given,
29 .B xzless 29 .B xzless
30 reads from standard input. 30 reads from standard input.
31 .PP 31 .PP
32 .B xzless 32 .B xzless
33 uses 33 uses
34 .BR less (1) 34 .BR less (1)
35 to present its output. Unlike 35 to present its output.
36 Unlike
36 .BR xzmore , 37 .BR xzmore ,
37 its choice of pager cannot be altered by setting an environment variable. 38 its choice of pager cannot be altered by
39 setting an environment variable.
38 Commands are based on both 40 Commands are based on both
39 .BR more (1) 41 .BR more (1)
40 and 42 and
41 .BR vi (1) 43 .BR vi (1)
42 and allow back and forth movement and searching. 44 and allow back and forth movement and searching.
43 See the 45 See the
44 .BR less (1) 46 .BR less (1)
45 manual for more information. 47 manual for more information.
46 .PP 48 .PP
47 The command named 49 The command named
48 .B lzless 50 .B lzless
49 is provided for backward compatibility with LZMA Utils. 51 is provided for backward compatibility with LZMA Utils.
50 .SH ENVIRONMENT 52 .SH ENVIRONMENT
51 .TP 53 .TP
52 .B LESSMETACHARS 54 .B LESSMETACHARS
53 A list of characters special to the shell. Set by 55 A list of characters special to the shell.
56 Set by
54 .B xzless 57 .B xzless
55 unless it is already set in the environment. 58 unless it is already set in the environment.
56 .TP 59 .TP
57 .B LESSOPEN 60 .B LESSOPEN
58 Set to a command line to invoke the 61 Set to a command line to invoke the
59 .BR xz (1) 62 .BR xz (1)
60 decompressor for preprocessing the input files to 63 decompressor for preprocessing the input files to
61 .BR less (1). 64 .BR less (1).
62 .SH "SEE ALSO" 65 .SH "SEE ALSO"
63 .BR less (1), 66 .BR less (1),
64 .BR xz (1), 67 .BR xz (1),
65 .BR xzmore (1), 68 .BR xzmore (1),
66 .BR zless (1) 69 .BR zless (1)
OLDNEW
« no previous file with comments | « src/scripts/xzgrep.in ('k') | src/scripts/xzmore.1 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698