xzless: add examples (#10179)

* xzless: add examples

* Apply suggestions from code review

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>

---------

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
pull/23/head
Premnaath 2023-05-14 03:09:53 +05:30 committed by GitHub
parent 4bf8650cdd
commit 866045c716
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 2 deletions

View File

@ -4,6 +4,14 @@
> See also: `less`.
> More information: <https://manned.org/xzless>.
- Open a compressed file:
- View a compressed file:
`xzless {{path/to/archive.xz}}`
`xzless {{path/to/archive}}`
- View a compressed file and display line numbers:
`xzless --LINE-NUMBERS {{path/to/archive}}`
- 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}}`