xz*: update pages (#10192)
* xz*: update pages * xz: make placeholders consistent
This commit is contained in:
@@ -1,17 +1,17 @@
|
||||
# xzless
|
||||
|
||||
> Display text from `.xz` and `.lzma` files.
|
||||
> Display text from `xz` and `lzma` compressed files.
|
||||
> See also: `less`.
|
||||
> More information: <https://manned.org/xzless>.
|
||||
|
||||
- View a compressed file:
|
||||
|
||||
`xzless {{path/to/archive}}`
|
||||
`xzless {{path/to/file}}`
|
||||
|
||||
- View a compressed file and display line numbers:
|
||||
|
||||
`xzless --LINE-NUMBERS {{path/to/archive}}`
|
||||
`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/archive}}`
|
||||
`xzless --quit-if-one-screen {{path/to/file}}`
|
||||
|
Reference in New Issue
Block a user