HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

xzmore — Display text from `xz` or `lzma` compressed files. Almost equivalent to `xzless`, except it respects

Submitted by: @import:tldr-pages··
0
Viewed 0 times
xzmorecommandtextfromlzmaclicompresseddisplay

Problem

How to use the xzmore command: Display text from xz or lzma compressed files. Almost equivalent to xzless, except it respects the $PAGER environment variable, uses more by default and you cannot pass options to the pager. More information: <https://manned.org/xzmore>.

Solution

xzmore — Display text from xz or lzma compressed files. Almost equivalent to xzless, except it respects the $PAGER environment variable, uses more by default and you cannot pass options to the pager. More information: <https://manned.org/xzmore>.

View a compressed file:
xzmore {{path/to/file}}

Code Snippets

View a compressed file

xzmore {{path/to/file}}

Context

tldr-pages: common/xzmore

Revisions (0)

No revisions yet.