comment here
This commit is contained in:
1
.CondaPkg/env/share/man/man1/lzcat.1
vendored
Symbolic link
1
.CondaPkg/env/share/man/man1/lzcat.1
vendored
Symbolic link
@@ -0,0 +1 @@
|
||||
xz.1
|
||||
1
.CondaPkg/env/share/man/man1/lzcmp.1
vendored
Symbolic link
1
.CondaPkg/env/share/man/man1/lzcmp.1
vendored
Symbolic link
@@ -0,0 +1 @@
|
||||
xzdiff.1
|
||||
1
.CondaPkg/env/share/man/man1/lzdiff.1
vendored
Symbolic link
1
.CondaPkg/env/share/man/man1/lzdiff.1
vendored
Symbolic link
@@ -0,0 +1 @@
|
||||
xzdiff.1
|
||||
1
.CondaPkg/env/share/man/man1/lzegrep.1
vendored
Symbolic link
1
.CondaPkg/env/share/man/man1/lzegrep.1
vendored
Symbolic link
@@ -0,0 +1 @@
|
||||
xzgrep.1
|
||||
1
.CondaPkg/env/share/man/man1/lzfgrep.1
vendored
Symbolic link
1
.CondaPkg/env/share/man/man1/lzfgrep.1
vendored
Symbolic link
@@ -0,0 +1 @@
|
||||
xzgrep.1
|
||||
1
.CondaPkg/env/share/man/man1/lzgrep.1
vendored
Symbolic link
1
.CondaPkg/env/share/man/man1/lzgrep.1
vendored
Symbolic link
@@ -0,0 +1 @@
|
||||
xzgrep.1
|
||||
1
.CondaPkg/env/share/man/man1/lzless.1
vendored
Symbolic link
1
.CondaPkg/env/share/man/man1/lzless.1
vendored
Symbolic link
@@ -0,0 +1 @@
|
||||
xzless.1
|
||||
1
.CondaPkg/env/share/man/man1/lzma.1
vendored
Symbolic link
1
.CondaPkg/env/share/man/man1/lzma.1
vendored
Symbolic link
@@ -0,0 +1 @@
|
||||
xz.1
|
||||
1
.CondaPkg/env/share/man/man1/lzmadec.1
vendored
Symbolic link
1
.CondaPkg/env/share/man/man1/lzmadec.1
vendored
Symbolic link
@@ -0,0 +1 @@
|
||||
xzdec.1
|
||||
60
.CondaPkg/env/share/man/man1/lzmainfo.1
vendored
Normal file
60
.CondaPkg/env/share/man/man1/lzmainfo.1
vendored
Normal file
@@ -0,0 +1,60 @@
|
||||
.\"
|
||||
.\" Author: Lasse Collin
|
||||
.\"
|
||||
.\" This file has been put into the public domain.
|
||||
.\" You can do whatever you want with this file.
|
||||
.\"
|
||||
.TH LZMAINFO 1 "2013-06-30" "Tukaani" "XZ Utils"
|
||||
.SH NAME
|
||||
lzmainfo \- show information stored in the .lzma file header
|
||||
.SH SYNOPSIS
|
||||
.B lzmainfo
|
||||
.RB [ \-\-help ]
|
||||
.RB [ \-\-version ]
|
||||
.RI [ file... ]
|
||||
.SH DESCRIPTION
|
||||
.B lzmainfo
|
||||
shows information stored in the
|
||||
.B .lzma
|
||||
file header.
|
||||
It reads the first 13 bytes from the specified
|
||||
.IR file ,
|
||||
decodes the header, and prints it to standard output in human
|
||||
readable format.
|
||||
If no
|
||||
.I files
|
||||
are given or
|
||||
.I file
|
||||
is
|
||||
.BR \- ,
|
||||
standard input is read.
|
||||
.PP
|
||||
Usually the most interesting information is
|
||||
the uncompressed size and the dictionary size.
|
||||
Uncompressed size can be shown only if
|
||||
the file is in the non-streamed
|
||||
.B .lzma
|
||||
format variant.
|
||||
The amount of memory required to decompress the file is
|
||||
a few dozen kilobytes plus the dictionary size.
|
||||
.PP
|
||||
.B lzmainfo
|
||||
is included in XZ Utils primarily for
|
||||
backward compatibility with LZMA Utils.
|
||||
.SH "EXIT STATUS"
|
||||
.TP
|
||||
.B 0
|
||||
All is good.
|
||||
.TP
|
||||
.B 1
|
||||
An error occurred.
|
||||
.SH BUGS
|
||||
.B lzmainfo
|
||||
uses
|
||||
.B MB
|
||||
while the correct suffix would be
|
||||
.B MiB
|
||||
(2^20 bytes).
|
||||
This is to keep the output compatible with LZMA Utils.
|
||||
.SH "SEE ALSO"
|
||||
.BR xz (1)
|
||||
1
.CondaPkg/env/share/man/man1/lzmore.1
vendored
Symbolic link
1
.CondaPkg/env/share/man/man1/lzmore.1
vendored
Symbolic link
@@ -0,0 +1 @@
|
||||
xzmore.1
|
||||
1
.CondaPkg/env/share/man/man1/python3.1
vendored
Symbolic link
1
.CondaPkg/env/share/man/man1/python3.1
vendored
Symbolic link
@@ -0,0 +1 @@
|
||||
python3.11.1
|
||||
623
.CondaPkg/env/share/man/man1/python3.11.1
vendored
Normal file
623
.CondaPkg/env/share/man/man1/python3.11.1
vendored
Normal file
@@ -0,0 +1,623 @@
|
||||
.TH PYTHON "1"
|
||||
|
||||
.\" To view this file while editing, run it through groff:
|
||||
.\" groff -Tascii -man python.man | less
|
||||
|
||||
.SH NAME
|
||||
python \- an interpreted, interactive, object-oriented programming language
|
||||
.SH SYNOPSIS
|
||||
.B python
|
||||
[
|
||||
.B \-B
|
||||
]
|
||||
[
|
||||
.B \-b
|
||||
]
|
||||
[
|
||||
.B \-d
|
||||
]
|
||||
[
|
||||
.B \-E
|
||||
]
|
||||
[
|
||||
.B \-h
|
||||
]
|
||||
[
|
||||
.B \-i
|
||||
]
|
||||
[
|
||||
.B \-I
|
||||
]
|
||||
.br
|
||||
[
|
||||
.B \-m
|
||||
.I module-name
|
||||
]
|
||||
[
|
||||
.B \-q
|
||||
]
|
||||
[
|
||||
.B \-O
|
||||
]
|
||||
[
|
||||
.B \-OO
|
||||
]
|
||||
[
|
||||
.B \-P
|
||||
]
|
||||
[
|
||||
.B \-s
|
||||
]
|
||||
[
|
||||
.B \-S
|
||||
]
|
||||
[
|
||||
.B \-u
|
||||
]
|
||||
.br
|
||||
[
|
||||
.B \-v
|
||||
]
|
||||
[
|
||||
.B \-V
|
||||
]
|
||||
[
|
||||
.B \-W
|
||||
.I argument
|
||||
]
|
||||
[
|
||||
.B \-x
|
||||
]
|
||||
[
|
||||
.B \-X
|
||||
.I option
|
||||
]
|
||||
[
|
||||
.B \-?
|
||||
]
|
||||
.br
|
||||
[
|
||||
.B \--check-hash-based-pycs
|
||||
.I default
|
||||
|
|
||||
.I always
|
||||
|
|
||||
.I never
|
||||
]
|
||||
.br
|
||||
[
|
||||
.B \--help
|
||||
]
|
||||
[
|
||||
.B \--help-env
|
||||
]
|
||||
[
|
||||
.B \--help-xoptions
|
||||
]
|
||||
[
|
||||
.B \--help-all
|
||||
]
|
||||
.br
|
||||
[
|
||||
.B \-c
|
||||
.I command
|
||||
|
|
||||
.I script
|
||||
|
|
||||
\-
|
||||
]
|
||||
[
|
||||
.I arguments
|
||||
]
|
||||
.SH DESCRIPTION
|
||||
Python is an interpreted, interactive, object-oriented programming
|
||||
language that combines remarkable power with very clear syntax.
|
||||
For an introduction to programming in Python, see the Python Tutorial.
|
||||
The Python Library Reference documents built-in and standard types,
|
||||
constants, functions and modules.
|
||||
Finally, the Python Reference Manual describes the syntax and
|
||||
semantics of the core language in (perhaps too) much detail.
|
||||
(These documents may be located via the
|
||||
.B "INTERNET RESOURCES"
|
||||
below; they may be installed on your system as well.)
|
||||
.PP
|
||||
Python's basic power can be extended with your own modules written in
|
||||
C or C++.
|
||||
On most systems such modules may be dynamically loaded.
|
||||
Python is also adaptable as an extension language for existing
|
||||
applications.
|
||||
See the internal documentation for hints.
|
||||
.PP
|
||||
Documentation for installed Python modules and packages can be
|
||||
viewed by running the
|
||||
.B pydoc
|
||||
program.
|
||||
.SH COMMAND LINE OPTIONS
|
||||
.TP
|
||||
.B \-B
|
||||
Don't write
|
||||
.I .pyc
|
||||
files on import. See also PYTHONDONTWRITEBYTECODE.
|
||||
.TP
|
||||
.B \-b
|
||||
Issue warnings about str(bytes_instance), str(bytearray_instance)
|
||||
and comparing bytes/bytearray with str. (-bb: issue errors)
|
||||
.TP
|
||||
.BI "\-c " command
|
||||
Specify the command to execute (see next section).
|
||||
This terminates the option list (following options are passed as
|
||||
arguments to the command).
|
||||
.TP
|
||||
.BI "\-\-check-hash-based-pycs " mode
|
||||
Configure how Python evaluates the up-to-dateness of hash-based .pyc files.
|
||||
.TP
|
||||
.B \-d
|
||||
Turn on parser debugging output (for expert only, depending on
|
||||
compilation options).
|
||||
.TP
|
||||
.B \-E
|
||||
Ignore environment variables like PYTHONPATH and PYTHONHOME that modify
|
||||
the behavior of the interpreter.
|
||||
.TP
|
||||
.B \-h ", " \-? ", "\-\-help
|
||||
Prints the usage for the interpreter executable and exits.
|
||||
.TP
|
||||
.B "\-\-help\-env"
|
||||
Prints help about Python-specific environment variables and exits.
|
||||
.TP
|
||||
.B "\-\-help\-xoptions"
|
||||
Prints help about implementation-specific \fB\-X\fP options and exits.
|
||||
.TP
|
||||
.TP
|
||||
.B "\-\-help\-all"
|
||||
Prints complete usage information and exits.
|
||||
.TP
|
||||
.B \-i
|
||||
When a script is passed as first argument or the \fB\-c\fP option is
|
||||
used, enter interactive mode after executing the script or the
|
||||
command. It does not read the $PYTHONSTARTUP file. This can be
|
||||
useful to inspect global variables or a stack trace when a script
|
||||
raises an exception.
|
||||
.TP
|
||||
.B \-I
|
||||
Run Python in isolated mode. This also implies \fB\-E\fP, \fB\-P\fP and \fB\-s\fP. In
|
||||
isolated mode sys.path contains neither the script's directory nor the user's
|
||||
site-packages directory. All PYTHON* environment variables are ignored, too.
|
||||
Further restrictions may be imposed to prevent the user from injecting
|
||||
malicious code.
|
||||
.TP
|
||||
.BI "\-m " module-name
|
||||
Searches
|
||||
.I sys.path
|
||||
for the named module and runs the corresponding
|
||||
.I .py
|
||||
file as a script. This terminates the option list (following options
|
||||
are passed as arguments to the module).
|
||||
.TP
|
||||
.B \-O
|
||||
Remove assert statements and any code conditional on the value of
|
||||
__debug__; augment the filename for compiled (bytecode) files by
|
||||
adding .opt-1 before the .pyc extension.
|
||||
.TP
|
||||
.B \-OO
|
||||
Do \fB-O\fP and also discard docstrings; change the filename for
|
||||
compiled (bytecode) files by adding .opt-2 before the .pyc extension.
|
||||
.TP
|
||||
.B \-P
|
||||
Don't automatically prepend a potentially unsafe path to \fBsys.path\fP such
|
||||
as the current directory, the script's directory or an empty string. See also the
|
||||
\fBPYTHONSAFEPATH\fP environment variable.
|
||||
.TP
|
||||
.B \-q
|
||||
Do not print the version and copyright messages. These messages are
|
||||
also suppressed in non-interactive mode.
|
||||
.TP
|
||||
.B \-s
|
||||
Don't add user site directory to sys.path.
|
||||
.TP
|
||||
.B \-S
|
||||
Disable the import of the module
|
||||
.I site
|
||||
and the site-dependent manipulations of
|
||||
.I sys.path
|
||||
that it entails. Also disable these manipulations if
|
||||
.I site
|
||||
is explicitly imported later.
|
||||
.TP
|
||||
.B \-u
|
||||
Force the stdout and stderr streams to be unbuffered.
|
||||
This option has no effect on the stdin stream.
|
||||
.TP
|
||||
.B \-v
|
||||
Print a message each time a module is initialized, showing the place
|
||||
(filename or built-in module) from which it is loaded. When given
|
||||
twice, print a message for each file that is checked for when
|
||||
searching for a module. Also provides information on module cleanup
|
||||
at exit.
|
||||
.TP
|
||||
.B \-V ", " \-\-version
|
||||
Prints the Python version number of the executable and exits. When given
|
||||
twice, print more information about the build.
|
||||
|
||||
.TP
|
||||
.BI "\-W " argument
|
||||
Warning control. Python's warning machinery by default prints warning messages
|
||||
to
|
||||
.IR sys.stderr .
|
||||
|
||||
The simplest settings apply a particular action unconditionally to all warnings
|
||||
emitted by a process (even those that are otherwise ignored by default):
|
||||
|
||||
-Wdefault # Warn once per call location
|
||||
-Werror # Convert to exceptions
|
||||
-Walways # Warn every time
|
||||
-Wmodule # Warn once per calling module
|
||||
-Wonce # Warn once per Python process
|
||||
-Wignore # Never warn
|
||||
|
||||
The action names can be abbreviated as desired and the interpreter will resolve
|
||||
them to the appropriate action name. For example,
|
||||
.B -Wi
|
||||
is the same as
|
||||
.B -Wignore .
|
||||
|
||||
The full form of argument is:
|
||||
.IB action:message:category:module:lineno
|
||||
|
||||
Empty fields match all values; trailing empty fields may be omitted. For
|
||||
example
|
||||
.B -W ignore::DeprecationWarning
|
||||
ignores all DeprecationWarning warnings.
|
||||
|
||||
The
|
||||
.I action
|
||||
field is as explained above but only applies to warnings that match
|
||||
the remaining fields.
|
||||
|
||||
The
|
||||
.I message
|
||||
field must match the whole printed warning message; this match is
|
||||
case-insensitive.
|
||||
|
||||
The
|
||||
.I category
|
||||
field matches the warning category (ex: "DeprecationWarning"). This must be a
|
||||
class name; the match test whether the actual warning category of the message
|
||||
is a subclass of the specified warning category.
|
||||
|
||||
The
|
||||
.I module
|
||||
field matches the (fully-qualified) module name; this match is case-sensitive.
|
||||
|
||||
The
|
||||
.I lineno
|
||||
field matches the line number, where zero matches all line numbers and is thus
|
||||
equivalent to an omitted line number.
|
||||
|
||||
Multiple
|
||||
.B -W
|
||||
options can be given; when a warning matches more than one option, the action
|
||||
for the last matching option is performed. Invalid
|
||||
.B -W
|
||||
options are ignored (though, a warning message is printed about invalid options
|
||||
when the first warning is issued).
|
||||
|
||||
Warnings can also be controlled using the
|
||||
.B PYTHONWARNINGS
|
||||
environment variable and from within a Python program using the warnings
|
||||
module. For example, the warnings.filterwarnings() function can be used to use
|
||||
a regular expression on the warning message.
|
||||
|
||||
.TP
|
||||
.BI "\-X " option
|
||||
Set implementation-specific option. The following options are available:
|
||||
|
||||
-X faulthandler: enable faulthandler
|
||||
|
||||
-X showrefcount: output the total reference count and number of used
|
||||
memory blocks when the program finishes or after each statement in the
|
||||
interactive interpreter. This only works on debug builds
|
||||
|
||||
-X tracemalloc: start tracing Python memory allocations using the
|
||||
tracemalloc module. By default, only the most recent frame is stored in a
|
||||
traceback of a trace. Use -X tracemalloc=NFRAME to start tracing with a
|
||||
traceback limit of NFRAME frames
|
||||
|
||||
-X importtime: show how long each import takes. It shows module name,
|
||||
cumulative time (including nested imports) and self time (excluding
|
||||
nested imports). Note that its output may be broken in multi-threaded
|
||||
application. Typical usage is python3 -X importtime -c 'import asyncio'
|
||||
|
||||
-X dev: enable CPython's "development mode", introducing additional runtime
|
||||
checks which are too expensive to be enabled by default. It will not be
|
||||
more verbose than the default if the code is correct: new warnings are
|
||||
only emitted when an issue is detected. Effect of the developer mode:
|
||||
* Add default warning filter, as -W default
|
||||
* Install debug hooks on memory allocators: see the PyMem_SetupDebugHooks()
|
||||
C function
|
||||
* Enable the faulthandler module to dump the Python traceback on a crash
|
||||
* Enable asyncio debug mode
|
||||
* Set the dev_mode attribute of sys.flags to True
|
||||
* io.IOBase destructor logs close() exceptions
|
||||
|
||||
-X utf8: enable UTF-8 mode for operating system interfaces, overriding the default
|
||||
locale-aware mode. -X utf8=0 explicitly disables UTF-8 mode (even when it would
|
||||
otherwise activate automatically). See PYTHONUTF8 for more details
|
||||
|
||||
-X pycache_prefix=PATH: enable writing .pyc files to a parallel tree rooted at the
|
||||
given directory instead of to the code tree.
|
||||
|
||||
-X warn_default_encoding: enable opt-in EncodingWarning for 'encoding=None'
|
||||
|
||||
-X no_debug_ranges: disable the inclusion of the tables mapping extra location
|
||||
information (end line, start column offset and end column offset) to every
|
||||
instruction in code objects. This is useful when smaller code objects and pyc
|
||||
files are desired as well as suppressing the extra visual location indicators
|
||||
when the interpreter displays tracebacks.
|
||||
|
||||
-X frozen_modules=[on|off]: whether or not frozen modules should be used.
|
||||
The default is "on" (or "off" if you are running a local build).
|
||||
|
||||
.TP
|
||||
.B \-x
|
||||
Skip the first line of the source. This is intended for a DOS
|
||||
specific hack only. Warning: the line numbers in error messages will
|
||||
be off by one!
|
||||
.SH INTERPRETER INTERFACE
|
||||
The interpreter interface resembles that of the UNIX shell: when
|
||||
called with standard input connected to a tty device, it prompts for
|
||||
commands and executes them until an EOF is read; when called with a
|
||||
file name argument or with a file as standard input, it reads and
|
||||
executes a
|
||||
.I script
|
||||
from that file;
|
||||
when called with
|
||||
.B \-c
|
||||
.IR command ,
|
||||
it executes the Python statement(s) given as
|
||||
.IR command .
|
||||
Here
|
||||
.I command
|
||||
may contain multiple statements separated by newlines.
|
||||
Leading whitespace is significant in Python statements!
|
||||
In non-interactive mode, the entire input is parsed before it is
|
||||
executed.
|
||||
.PP
|
||||
If available, the script name and additional arguments thereafter are
|
||||
passed to the script in the Python variable
|
||||
.IR sys.argv ,
|
||||
which is a list of strings (you must first
|
||||
.I import sys
|
||||
to be able to access it).
|
||||
If no script name is given,
|
||||
.I sys.argv[0]
|
||||
is an empty string; if
|
||||
.B \-c
|
||||
is used,
|
||||
.I sys.argv[0]
|
||||
contains the string
|
||||
.I '-c'.
|
||||
Note that options interpreted by the Python interpreter itself
|
||||
are not placed in
|
||||
.IR sys.argv .
|
||||
.PP
|
||||
In interactive mode, the primary prompt is `>>>'; the second prompt
|
||||
(which appears when a command is not complete) is `...'.
|
||||
The prompts can be changed by assignment to
|
||||
.I sys.ps1
|
||||
or
|
||||
.IR sys.ps2 .
|
||||
The interpreter quits when it reads an EOF at a prompt.
|
||||
When an unhandled exception occurs, a stack trace is printed and
|
||||
control returns to the primary prompt; in non-interactive mode, the
|
||||
interpreter exits after printing the stack trace.
|
||||
The interrupt signal raises the
|
||||
.I Keyboard\%Interrupt
|
||||
exception; other UNIX signals are not caught (except that SIGPIPE is
|
||||
sometimes ignored, in favor of the
|
||||
.I IOError
|
||||
exception). Error messages are written to stderr.
|
||||
.SH FILES AND DIRECTORIES
|
||||
These are subject to difference depending on local installation
|
||||
conventions; ${prefix} and ${exec_prefix} are installation-dependent
|
||||
and should be interpreted as for GNU software; they may be the same.
|
||||
The default for both is \fI/usr/local\fP.
|
||||
.IP \fI${exec_prefix}/bin/python\fP
|
||||
Recommended location of the interpreter.
|
||||
.PP
|
||||
.I ${prefix}/lib/python<version>
|
||||
.br
|
||||
.I ${exec_prefix}/lib/python<version>
|
||||
.RS
|
||||
Recommended locations of the directories containing the standard
|
||||
modules.
|
||||
.RE
|
||||
.PP
|
||||
.I ${prefix}/include/python<version>
|
||||
.br
|
||||
.I ${exec_prefix}/include/python<version>
|
||||
.RS
|
||||
Recommended locations of the directories containing the include files
|
||||
needed for developing Python extensions and embedding the
|
||||
interpreter.
|
||||
.RE
|
||||
.SH ENVIRONMENT VARIABLES
|
||||
.IP PYTHONSAFEPATH
|
||||
If this is set to a non-empty string, don't automatically prepend a potentially
|
||||
unsafe path to \fBsys.path\fP such as the current directory, the script's
|
||||
directory or an empty string. See also the \fB\-P\fP option.
|
||||
.IP PYTHONHOME
|
||||
Change the location of the standard Python libraries. By default, the
|
||||
libraries are searched in ${prefix}/lib/python<version> and
|
||||
${exec_prefix}/lib/python<version>, where ${prefix} and ${exec_prefix}
|
||||
are installation-dependent directories, both defaulting to
|
||||
\fI/usr/local\fP. When $PYTHONHOME is set to a single directory, its value
|
||||
replaces both ${prefix} and ${exec_prefix}. To specify different values
|
||||
for these, set $PYTHONHOME to ${prefix}:${exec_prefix}.
|
||||
.IP PYTHONPATH
|
||||
Augments the default search path for module files.
|
||||
The format is the same as the shell's $PATH: one or more directory
|
||||
pathnames separated by colons.
|
||||
Non-existent directories are silently ignored.
|
||||
The default search path is installation dependent, but generally
|
||||
begins with ${prefix}/lib/python<version> (see PYTHONHOME above).
|
||||
The default search path is always appended to $PYTHONPATH.
|
||||
If a script argument is given, the directory containing the script is
|
||||
inserted in the path in front of $PYTHONPATH.
|
||||
The search path can be manipulated from within a Python program as the
|
||||
variable
|
||||
.IR sys.path .
|
||||
.IP PYTHONPLATLIBDIR
|
||||
Override sys.platlibdir.
|
||||
.IP PYTHONSTARTUP
|
||||
If this is the name of a readable file, the Python commands in that
|
||||
file are executed before the first prompt is displayed in interactive
|
||||
mode.
|
||||
The file is executed in the same name space where interactive commands
|
||||
are executed so that objects defined or imported in it can be used
|
||||
without qualification in the interactive session.
|
||||
You can also change the prompts
|
||||
.I sys.ps1
|
||||
and
|
||||
.I sys.ps2
|
||||
in this file.
|
||||
.IP PYTHONOPTIMIZE
|
||||
If this is set to a non-empty string it is equivalent to specifying
|
||||
the \fB\-O\fP option. If set to an integer, it is equivalent to
|
||||
specifying \fB\-O\fP multiple times.
|
||||
.IP PYTHONDEBUG
|
||||
If this is set to a non-empty string it is equivalent to specifying
|
||||
the \fB\-d\fP option. If set to an integer, it is equivalent to
|
||||
specifying \fB\-d\fP multiple times.
|
||||
.IP PYTHONDONTWRITEBYTECODE
|
||||
If this is set to a non-empty string it is equivalent to specifying
|
||||
the \fB\-B\fP option (don't try to write
|
||||
.I .pyc
|
||||
files).
|
||||
.IP PYTHONINSPECT
|
||||
If this is set to a non-empty string it is equivalent to specifying
|
||||
the \fB\-i\fP option.
|
||||
.IP PYTHONIOENCODING
|
||||
If this is set before running the interpreter, it overrides the encoding used
|
||||
for stdin/stdout/stderr, in the syntax
|
||||
.IB encodingname ":" errorhandler
|
||||
The
|
||||
.IB errorhandler
|
||||
part is optional and has the same meaning as in str.encode. For stderr, the
|
||||
.IB errorhandler
|
||||
part is ignored; the handler will always be \'backslashreplace\'.
|
||||
.IP PYTHONNOUSERSITE
|
||||
If this is set to a non-empty string it is equivalent to specifying the
|
||||
\fB\-s\fP option (Don't add the user site directory to sys.path).
|
||||
.IP PYTHONUNBUFFERED
|
||||
If this is set to a non-empty string it is equivalent to specifying
|
||||
the \fB\-u\fP option.
|
||||
.IP PYTHONVERBOSE
|
||||
If this is set to a non-empty string it is equivalent to specifying
|
||||
the \fB\-v\fP option. If set to an integer, it is equivalent to
|
||||
specifying \fB\-v\fP multiple times.
|
||||
.IP PYTHONWARNINGS
|
||||
If this is set to a comma-separated string it is equivalent to
|
||||
specifying the \fB\-W\fP option for each separate value.
|
||||
.IP PYTHONHASHSEED
|
||||
If this variable is set to "random", a random value is used to seed the hashes
|
||||
of str and bytes objects.
|
||||
|
||||
If PYTHONHASHSEED is set to an integer value, it is used as a fixed seed for
|
||||
generating the hash() of the types covered by the hash randomization. Its
|
||||
purpose is to allow repeatable hashing, such as for selftests for the
|
||||
interpreter itself, or to allow a cluster of python processes to share hash
|
||||
values.
|
||||
|
||||
The integer must be a decimal number in the range [0,4294967295]. Specifying
|
||||
the value 0 will disable hash randomization.
|
||||
.IP PYTHONMALLOC
|
||||
Set the Python memory allocators and/or install debug hooks. The available
|
||||
memory allocators are
|
||||
.IR malloc
|
||||
and
|
||||
.IR pymalloc .
|
||||
The available debug hooks are
|
||||
.IR debug ,
|
||||
.IR malloc_debug ,
|
||||
and
|
||||
.IR pymalloc_debug .
|
||||
.IP
|
||||
When Python is compiled in debug mode, the default is
|
||||
.IR pymalloc_debug
|
||||
and the debug hooks are automatically used. Otherwise, the default is
|
||||
.IR pymalloc .
|
||||
.IP PYTHONMALLOCSTATS
|
||||
If set to a non-empty string, Python will print statistics of the pymalloc
|
||||
memory allocator every time a new pymalloc object arena is created, and on
|
||||
shutdown.
|
||||
.IP
|
||||
This variable is ignored if the
|
||||
.RB $ PYTHONMALLOC
|
||||
environment variable is used to force the
|
||||
.BR malloc (3)
|
||||
allocator of the C library, or if Python is configured without pymalloc support.
|
||||
.IP PYTHONASYNCIODEBUG
|
||||
If this environment variable is set to a non-empty string, enable the debug
|
||||
mode of the asyncio module.
|
||||
.IP PYTHONTRACEMALLOC
|
||||
If this environment variable is set to a non-empty string, start tracing
|
||||
Python memory allocations using the tracemalloc module.
|
||||
.IP
|
||||
The value of the variable is the maximum number of frames stored in a
|
||||
traceback of a trace. For example,
|
||||
.IB PYTHONTRACEMALLOC=1
|
||||
stores only the most recent frame.
|
||||
.IP PYTHONFAULTHANDLER
|
||||
If this environment variable is set to a non-empty string,
|
||||
.IR faulthandler.enable()
|
||||
is called at startup: install a handler for SIGSEGV, SIGFPE, SIGABRT, SIGBUS
|
||||
and SIGILL signals to dump the Python traceback.
|
||||
.IP
|
||||
This is equivalent to the \fB-X faulthandler\fP option.
|
||||
.IP PYTHONEXECUTABLE
|
||||
If this environment variable is set,
|
||||
.IB sys.argv[0]
|
||||
will be set to its value instead of the value got through the C runtime. Only
|
||||
works on Mac OS X.
|
||||
.IP PYTHONUSERBASE
|
||||
Defines the user base directory, which is used to compute the path of the user
|
||||
.IR site-packages
|
||||
directory and Distutils installation paths for
|
||||
.IR "python setup\.py install \-\-user" .
|
||||
.IP PYTHONPROFILEIMPORTTIME
|
||||
If this environment variable is set to a non-empty string, Python will
|
||||
show how long each import takes. This is exactly equivalent to setting
|
||||
\fB\-X importtime\fP on the command line.
|
||||
.IP PYTHONBREAKPOINT
|
||||
If this environment variable is set to 0, it disables the default debugger. It
|
||||
can be set to the callable of your debugger of choice.
|
||||
.SS Debug-mode variables
|
||||
Setting these variables only has an effect in a debug build of Python, that is,
|
||||
if Python was configured with the
|
||||
\fB\--with-pydebug\fP build option.
|
||||
.IP PYTHONTHREADDEBUG
|
||||
If this environment variable is set, Python will print threading debug info.
|
||||
The feature is deprecated in Python 3.10 and will be removed in Python 3.12.
|
||||
.IP PYTHONDUMPREFS
|
||||
If this environment variable is set, Python will dump objects and reference
|
||||
counts still alive after shutting down the interpreter.
|
||||
.SH AUTHOR
|
||||
The Python Software Foundation: https://www.python.org/psf/
|
||||
.SH INTERNET RESOURCES
|
||||
Main website: https://www.python.org/
|
||||
.br
|
||||
Documentation: https://docs.python.org/
|
||||
.br
|
||||
Developer resources: https://devguide.python.org/
|
||||
.br
|
||||
Downloads: https://www.python.org/downloads/
|
||||
.br
|
||||
Module repository: https://pypi.org/
|
||||
.br
|
||||
Newsgroups: comp.lang.python, comp.lang.python.announce
|
||||
.SH LICENSING
|
||||
Python is distributed under an Open Source license. See the file
|
||||
"LICENSE" in the Python source distribution for information on terms &
|
||||
conditions for accessing and otherwise using Python and for a
|
||||
DISCLAIMER OF ALL WARRANTIES.
|
||||
1
.CondaPkg/env/share/man/man1/unlzma.1
vendored
Symbolic link
1
.CondaPkg/env/share/man/man1/unlzma.1
vendored
Symbolic link
@@ -0,0 +1 @@
|
||||
xz.1
|
||||
1
.CondaPkg/env/share/man/man1/unxz.1
vendored
Symbolic link
1
.CondaPkg/env/share/man/man1/unxz.1
vendored
Symbolic link
@@ -0,0 +1 @@
|
||||
xz.1
|
||||
2836
.CondaPkg/env/share/man/man1/xz.1
vendored
Normal file
2836
.CondaPkg/env/share/man/man1/xz.1
vendored
Normal file
File diff suppressed because it is too large
Load Diff
1
.CondaPkg/env/share/man/man1/xzcat.1
vendored
Symbolic link
1
.CondaPkg/env/share/man/man1/xzcat.1
vendored
Symbolic link
@@ -0,0 +1 @@
|
||||
xz.1
|
||||
1
.CondaPkg/env/share/man/man1/xzcmp.1
vendored
Symbolic link
1
.CondaPkg/env/share/man/man1/xzcmp.1
vendored
Symbolic link
@@ -0,0 +1 @@
|
||||
xzdiff.1
|
||||
146
.CondaPkg/env/share/man/man1/xzdec.1
vendored
Normal file
146
.CondaPkg/env/share/man/man1/xzdec.1
vendored
Normal file
@@ -0,0 +1,146 @@
|
||||
.\"
|
||||
.\" Author: Lasse Collin
|
||||
.\"
|
||||
.\" This file has been put into the public domain.
|
||||
.\" You can do whatever you want with this file.
|
||||
.\"
|
||||
.TH XZDEC 1 "2017-04-19" "Tukaani" "XZ Utils"
|
||||
.SH NAME
|
||||
xzdec, lzmadec \- Small .xz and .lzma decompressors
|
||||
.SH SYNOPSIS
|
||||
.B xzdec
|
||||
.RI [ option... ]
|
||||
.RI [ file... ]
|
||||
.br
|
||||
.B lzmadec
|
||||
.RI [ option... ]
|
||||
.RI [ file... ]
|
||||
.SH DESCRIPTION
|
||||
.B xzdec
|
||||
is a liblzma-based decompression-only tool for
|
||||
.B .xz
|
||||
(and only
|
||||
.BR .xz )
|
||||
files.
|
||||
.B xzdec
|
||||
is intended to work as a drop-in replacement for
|
||||
.BR xz (1)
|
||||
in the most common situations where a script
|
||||
has been written to use
|
||||
.B "xz \-\-decompress \-\-stdout"
|
||||
(and possibly a few other commonly used options) to decompress
|
||||
.B .xz
|
||||
files.
|
||||
.B lzmadec
|
||||
is identical to
|
||||
.B xzdec
|
||||
except that
|
||||
.B lzmadec
|
||||
supports
|
||||
.B .lzma
|
||||
files instead of
|
||||
.B .xz
|
||||
files.
|
||||
.PP
|
||||
To reduce the size of the executable,
|
||||
.B xzdec
|
||||
doesn't support multithreading or localization,
|
||||
and doesn't read options from
|
||||
.B XZ_DEFAULTS
|
||||
and
|
||||
.B XZ_OPT
|
||||
environment variables.
|
||||
.B xzdec
|
||||
doesn't support displaying intermediate progress information: sending
|
||||
.B SIGINFO
|
||||
to
|
||||
.B xzdec
|
||||
does nothing, but sending
|
||||
.B SIGUSR1
|
||||
terminates the process instead of displaying progress information.
|
||||
.SH OPTIONS
|
||||
.TP
|
||||
.BR \-d ", " \-\-decompress ", " \-\-uncompress
|
||||
Ignored for
|
||||
.BR xz (1)
|
||||
compatibility.
|
||||
.B xzdec
|
||||
supports only decompression.
|
||||
.TP
|
||||
.BR \-k ", " \-\-keep
|
||||
Ignored for
|
||||
.BR xz (1)
|
||||
compatibility.
|
||||
.B xzdec
|
||||
never creates or removes any files.
|
||||
.TP
|
||||
.BR \-c ", " \-\-stdout ", " \-\-to-stdout
|
||||
Ignored for
|
||||
.BR xz (1)
|
||||
compatibility.
|
||||
.B xzdec
|
||||
always writes the decompressed data to standard output.
|
||||
.TP
|
||||
.BR \-q ", " \-\-quiet
|
||||
Specifying this once does nothing since
|
||||
.B xzdec
|
||||
never displays any warnings or notices.
|
||||
Specify this twice to suppress errors.
|
||||
.TP
|
||||
.BR \-Q ", " \-\-no-warn
|
||||
Ignored for
|
||||
.BR xz (1)
|
||||
compatibility.
|
||||
.B xzdec
|
||||
never uses the exit status 2.
|
||||
.TP
|
||||
.BR \-h ", " \-\-help
|
||||
Display a help message and exit successfully.
|
||||
.TP
|
||||
.BR \-V ", " \-\-version
|
||||
Display the version number of
|
||||
.B xzdec
|
||||
and liblzma.
|
||||
.SH "EXIT STATUS"
|
||||
.TP
|
||||
.B 0
|
||||
All was good.
|
||||
.TP
|
||||
.B 1
|
||||
An error occurred.
|
||||
.PP
|
||||
.B xzdec
|
||||
doesn't have any warning messages like
|
||||
.BR xz (1)
|
||||
has, thus the exit status 2 is not used by
|
||||
.BR xzdec .
|
||||
.SH NOTES
|
||||
Use
|
||||
.BR xz (1)
|
||||
instead of
|
||||
.B xzdec
|
||||
or
|
||||
.B lzmadec
|
||||
for normal everyday use.
|
||||
.B xzdec
|
||||
or
|
||||
.B lzmadec
|
||||
are meant only for situations where it is important to have
|
||||
a smaller decompressor than the full-featured
|
||||
.BR xz (1).
|
||||
.PP
|
||||
.B xzdec
|
||||
and
|
||||
.B lzmadec
|
||||
are not really that small.
|
||||
The size can be reduced further by dropping
|
||||
features from liblzma at compile time,
|
||||
but that shouldn't usually be done for executables distributed
|
||||
in typical non-embedded operating system distributions.
|
||||
If you need a truly small
|
||||
.B .xz
|
||||
decompressor, consider using XZ Embedded.
|
||||
.SH "SEE ALSO"
|
||||
.BR xz (1)
|
||||
.PP
|
||||
XZ Embedded: <https://tukaani.org/xz/embedded.html>
|
||||
79
.CondaPkg/env/share/man/man1/xzdiff.1
vendored
Normal file
79
.CondaPkg/env/share/man/man1/xzdiff.1
vendored
Normal file
@@ -0,0 +1,79 @@
|
||||
.\"
|
||||
.\" Original zdiff.1 for gzip: Jean-loup Gailly
|
||||
.\"
|
||||
.\" Modifications for XZ Utils: Lasse Collin
|
||||
.\" Andrew Dudman
|
||||
.\"
|
||||
.\" License: GNU GPLv2+
|
||||
.\"
|
||||
.TH XZDIFF 1 "2021-06-04" "Tukaani" "XZ Utils"
|
||||
.SH NAME
|
||||
xzcmp, xzdiff, lzcmp, lzdiff \- compare compressed files
|
||||
.SH SYNOPSIS
|
||||
.B xzcmp
|
||||
.RI [ cmp_options "] " file1 " [" file2 ]
|
||||
.br
|
||||
.B xzdiff
|
||||
.RI [ diff_options "] " file1 " [" file2 ]
|
||||
.br
|
||||
.B lzcmp
|
||||
.RI [ cmp_options "] " file1 " [" file2 ]
|
||||
.br
|
||||
.B lzdiff
|
||||
.RI [ diff_options "] " file1 " [" file2 ]
|
||||
.SH DESCRIPTION
|
||||
.B xzcmp
|
||||
and
|
||||
.B xzdiff
|
||||
invoke
|
||||
.BR cmp (1)
|
||||
or
|
||||
.BR diff (1)
|
||||
on files compressed with
|
||||
.BR xz (1),
|
||||
.BR lzma (1),
|
||||
.BR gzip (1),
|
||||
.BR bzip2 (1),
|
||||
.BR lzop (1),
|
||||
or
|
||||
.BR zstd (1).
|
||||
All options specified are passed directly to
|
||||
.BR cmp (1)
|
||||
or
|
||||
.BR diff (1).
|
||||
If only one file is specified, then the files compared are
|
||||
.I file1
|
||||
(which must have a suffix of a supported compression format) and
|
||||
.I file1
|
||||
from which the compression format suffix has been stripped.
|
||||
If two files are specified,
|
||||
then they are uncompressed if necessary and fed to
|
||||
.BR cmp (1)
|
||||
or
|
||||
.BR diff (1).
|
||||
The exit status from
|
||||
.BR cmp (1)
|
||||
or
|
||||
.BR diff (1)
|
||||
is preserved unless a decompression error occurs; then exit status is 2.
|
||||
.PP
|
||||
The names
|
||||
.B lzcmp
|
||||
and
|
||||
.B lzdiff
|
||||
are provided for backward compatibility with LZMA Utils.
|
||||
.SH "SEE ALSO"
|
||||
.BR cmp (1),
|
||||
.BR diff (1),
|
||||
.BR xz (1),
|
||||
.BR gzip (1),
|
||||
.BR bzip2 (1),
|
||||
.BR lzop (1),
|
||||
.BR zstd (1),
|
||||
.BR zdiff (1)
|
||||
.SH BUGS
|
||||
Messages from the
|
||||
.BR cmp (1)
|
||||
or
|
||||
.BR diff (1)
|
||||
programs refer to temporary filenames instead of those specified.
|
||||
1
.CondaPkg/env/share/man/man1/xzegrep.1
vendored
Symbolic link
1
.CondaPkg/env/share/man/man1/xzegrep.1
vendored
Symbolic link
@@ -0,0 +1 @@
|
||||
xzgrep.1
|
||||
1
.CondaPkg/env/share/man/man1/xzfgrep.1
vendored
Symbolic link
1
.CondaPkg/env/share/man/man1/xzfgrep.1
vendored
Symbolic link
@@ -0,0 +1 @@
|
||||
xzgrep.1
|
||||
113
.CondaPkg/env/share/man/man1/xzgrep.1
vendored
Normal file
113
.CondaPkg/env/share/man/man1/xzgrep.1
vendored
Normal file
@@ -0,0 +1,113 @@
|
||||
.\"
|
||||
.\" Original zgrep.1 for gzip: Jean-loup Gailly
|
||||
.\" Charles Levert <charles@comm.polymtl.ca>
|
||||
.\"
|
||||
.\" Modifications for XZ Utils: Lasse Collin
|
||||
.\"
|
||||
.\" License: GNU GPLv2+
|
||||
.\"
|
||||
.TH XZGREP 1 "2022-07-19" "Tukaani" "XZ Utils"
|
||||
.SH NAME
|
||||
xzgrep \- search compressed files for a regular expression
|
||||
.SH SYNOPSIS
|
||||
.B xzgrep
|
||||
.RI [ grep_options ]
|
||||
.RB [ \-e ]
|
||||
.I pattern
|
||||
.RI [ file... ]
|
||||
.br
|
||||
.B xzegrep
|
||||
\&...
|
||||
.br
|
||||
.B xzfgrep
|
||||
\&...
|
||||
.br
|
||||
.B lzgrep
|
||||
\&...
|
||||
.br
|
||||
.B lzegrep
|
||||
\&...
|
||||
.br
|
||||
.B lzfgrep
|
||||
\&...
|
||||
.SH DESCRIPTION
|
||||
.B xzgrep
|
||||
invokes
|
||||
.BR grep (1)
|
||||
on
|
||||
.I files
|
||||
which may be either uncompressed or compressed with
|
||||
.BR xz (1),
|
||||
.BR lzma (1),
|
||||
.BR gzip (1),
|
||||
.BR bzip2 (1),
|
||||
.BR lzop (1),
|
||||
or
|
||||
.BR zstd (1).
|
||||
All options specified are passed directly to
|
||||
.BR grep (1).
|
||||
.PP
|
||||
If no
|
||||
.I file
|
||||
is specified, then standard input is decompressed if necessary
|
||||
and fed to
|
||||
.BR grep (1).
|
||||
When reading from standard input,
|
||||
.BR gzip (1),
|
||||
.BR bzip2 (1),
|
||||
.BR lzop (1),
|
||||
and
|
||||
.BR zstd (1)
|
||||
compressed files are not supported.
|
||||
.PP
|
||||
If
|
||||
.B xzgrep
|
||||
is invoked as
|
||||
.B xzegrep
|
||||
or
|
||||
.B xzfgrep
|
||||
then
|
||||
.B grep \-E
|
||||
or
|
||||
.B grep \-F
|
||||
is used instead of
|
||||
.BR grep (1).
|
||||
The same applies to names
|
||||
.BR lzgrep ,
|
||||
.BR lzegrep ,
|
||||
and
|
||||
.BR lzfgrep ,
|
||||
which are provided for backward compatibility with LZMA Utils.
|
||||
.SH EXIT STATUS
|
||||
.TP
|
||||
0
|
||||
At least one match was found from at least one of the input files.
|
||||
No errors occurred.
|
||||
.TP
|
||||
1
|
||||
No matches were found from any of the input files.
|
||||
No errors occurred.
|
||||
.TP
|
||||
>1
|
||||
One or more errors occurred.
|
||||
It is unknown if matches were found.
|
||||
.SH ENVIRONMENT
|
||||
.TP
|
||||
.B GREP
|
||||
If the
|
||||
.B GREP
|
||||
environment variable is set,
|
||||
.B xzgrep
|
||||
uses it instead of
|
||||
.BR grep (1),
|
||||
.BR "grep \-E" ,
|
||||
or
|
||||
.BR "grep \-F" .
|
||||
.SH "SEE ALSO"
|
||||
.BR grep (1),
|
||||
.BR xz (1),
|
||||
.BR gzip (1),
|
||||
.BR bzip2 (1),
|
||||
.BR lzop (1),
|
||||
.BR zstd (1),
|
||||
.BR zgrep (1)
|
||||
69
.CondaPkg/env/share/man/man1/xzless.1
vendored
Normal file
69
.CondaPkg/env/share/man/man1/xzless.1
vendored
Normal file
@@ -0,0 +1,69 @@
|
||||
.\"
|
||||
.\" Authors: Andrew Dudman
|
||||
.\" Lasse Collin
|
||||
.\"
|
||||
.\" This file has been put into the public domain.
|
||||
.\" You can do whatever you want with this file.
|
||||
.\"
|
||||
.\" (Note that this file is not based on gzip's zless.1.)
|
||||
.\"
|
||||
.TH XZLESS 1 "2010-09-27" "Tukaani" "XZ Utils"
|
||||
.SH NAME
|
||||
xzless, lzless \- view xz or lzma compressed (text) files
|
||||
.SH SYNOPSIS
|
||||
.B xzless
|
||||
.RI [ file ...]
|
||||
.br
|
||||
.B lzless
|
||||
.RI [ file ...]
|
||||
.SH DESCRIPTION
|
||||
.B xzless
|
||||
is a filter that displays text from compressed files to a terminal.
|
||||
It works on files compressed with
|
||||
.BR xz (1)
|
||||
or
|
||||
.BR lzma (1).
|
||||
If no
|
||||
.I files
|
||||
are given,
|
||||
.B xzless
|
||||
reads from standard input.
|
||||
.PP
|
||||
.B xzless
|
||||
uses
|
||||
.BR less (1)
|
||||
to present its output.
|
||||
Unlike
|
||||
.BR xzmore ,
|
||||
its choice of pager cannot be altered by
|
||||
setting an environment variable.
|
||||
Commands are based on both
|
||||
.BR more (1)
|
||||
and
|
||||
.BR vi (1)
|
||||
and allow back and forth movement and searching.
|
||||
See the
|
||||
.BR less (1)
|
||||
manual for more information.
|
||||
.PP
|
||||
The command named
|
||||
.B lzless
|
||||
is provided for backward compatibility with LZMA Utils.
|
||||
.SH ENVIRONMENT
|
||||
.TP
|
||||
.B LESSMETACHARS
|
||||
A list of characters special to the shell.
|
||||
Set by
|
||||
.B xzless
|
||||
unless it is already set in the environment.
|
||||
.TP
|
||||
.B LESSOPEN
|
||||
Set to a command line to invoke the
|
||||
.BR xz (1)
|
||||
decompressor for preprocessing the input files to
|
||||
.BR less (1).
|
||||
.SH "SEE ALSO"
|
||||
.BR less (1),
|
||||
.BR xz (1),
|
||||
.BR xzmore (1),
|
||||
.BR zless (1)
|
||||
55
.CondaPkg/env/share/man/man1/xzmore.1
vendored
Normal file
55
.CondaPkg/env/share/man/man1/xzmore.1
vendored
Normal file
@@ -0,0 +1,55 @@
|
||||
.\"
|
||||
.\" Original zdiff.1 for gzip: Jean-loup Gailly
|
||||
.\" Modifications for XZ Utils: Lasse Collin
|
||||
.\"
|
||||
.\" License: GNU GPLv2+
|
||||
.\"
|
||||
.TH XZMORE 1 "2013-06-30" "Tukaani" "XZ Utils"
|
||||
.SH NAME
|
||||
xzmore, lzmore \- view xz or lzma compressed (text) files
|
||||
.SH SYNOPSIS
|
||||
.B xzmore
|
||||
.RI [ file... ]
|
||||
.br
|
||||
.B lzmore
|
||||
.RI [ file... ]
|
||||
.SH DESCRIPTION
|
||||
.B xzmore
|
||||
is a filter which allows examination of
|
||||
.BR xz (1)
|
||||
or
|
||||
.BR lzma (1)
|
||||
compressed text files one screenful at a time
|
||||
on a soft-copy terminal.
|
||||
.PP
|
||||
To use a pager other than the default
|
||||
.B more,
|
||||
set environment variable
|
||||
.B PAGER
|
||||
to the name of the desired program.
|
||||
The name
|
||||
.B lzmore
|
||||
is provided for backward compatibility with LZMA Utils.
|
||||
.TP
|
||||
.BR e " or " q
|
||||
When the prompt \-\-More\-\-(Next file:
|
||||
.IR file )
|
||||
is printed, this command causes
|
||||
.B xzmore
|
||||
to exit.
|
||||
.TP
|
||||
.B s
|
||||
When the prompt \-\-More\-\-(Next file:
|
||||
.IR file )
|
||||
is printed, this command causes
|
||||
.B xzmore
|
||||
to skip the next file and continue.
|
||||
.PP
|
||||
For list of keyboard commands supported while actually viewing the
|
||||
content of a file, refer to manual of the pager you use, usually
|
||||
.BR more (1).
|
||||
.SH "SEE ALSO"
|
||||
.BR more (1),
|
||||
.BR xz (1),
|
||||
.BR xzless (1),
|
||||
.BR zmore (1)
|
||||
Reference in New Issue
Block a user