mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-17 06:00:35 +00:00
Update cheatsheets
This commit is contained in:
22
xzless
Normal file
22
xzless
Normal file
@@ -0,0 +1,22 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# xzless
|
||||
|
||||
> Display text from `xz` and `lzma` compressed files.
|
||||
> See also: `less`.
|
||||
> More information: <https://manned.org/xzless>.
|
||||
|
||||
- View a compressed file:
|
||||
|
||||
`xzless {{path/to/file}}`
|
||||
|
||||
- View a compressed file and display line numbers:
|
||||
|
||||
`xzless --LINE-NUMBERS {{path/to/file}}`
|
||||
|
||||
- View a compressed file and quit if the entire file can be displayed on the first screen:
|
||||
|
||||
`xzless --quit-if-one-screen {{path/to/file}}`
|
||||
Reference in New Issue
Block a user