diff --git a/pages/common/xzless.md b/pages/common/xzless.md index fb83766f8a..3965631f10 100644 --- a/pages/common/xzless.md +++ b/pages/common/xzless.md @@ -4,6 +4,14 @@ > See also: `less`. > More information: . -- 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}}`