From a32fedde52744da28f0b2b8bbc2d7d1183415f19 Mon Sep 17 00:00:00 2001 From: Lena <126529524+acuteenvy@users.noreply.github.com> Date: Wed, 31 May 2023 16:42:15 +0200 Subject: [PATCH] xzmore: add page (#10186) * xzmore: add page --------- Co-authored-by: K.B.Dharun Krishna --- pages/common/xzmore.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 pages/common/xzmore.md diff --git a/pages/common/xzmore.md b/pages/common/xzmore.md new file mode 100644 index 000000000..1edae1aee --- /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}}`