diff --git a/pages/common/xzmore.md b/pages/common/xzmore.md new file mode 100644 index 0000000000..1edae1aee2 --- /dev/null +++ b/pages/common/xzmore.md @@ -0,0 +1,9 @@ +# 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: . + +- View a compressed file: + +`xzmore {{path/to/file}}`