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

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

Powered by Google App Engine
This is Rietveld 408576698