From 152686c0d5fa8e3d0d935910515672a7d1434af0 Mon Sep 17 00:00:00 2001 From: Ilhan Date: Sun, 16 Oct 2022 02:33:07 +0300 Subject: [PATCH] lzcat, lzma, unlzma, unxz, xzcat: add page (#9091) --- pages/common/lzcat.md | 8 ++++++++ pages/common/lzma.md | 8 ++++++++ pages/common/unlzma.md | 8 ++++++++ pages/common/unxz.md | 8 ++++++++ pages/common/xzcat.md | 8 ++++++++ 5 files changed, 40 insertions(+) create mode 100644 pages/common/lzcat.md create mode 100644 pages/common/lzma.md create mode 100644 pages/common/unlzma.md create mode 100644 pages/common/unxz.md create mode 100644 pages/common/xzcat.md diff --git a/pages/common/lzcat.md b/pages/common/lzcat.md new file mode 100644 index 0000000000..55fdcfefe8 --- /dev/null +++ b/pages/common/lzcat.md @@ -0,0 +1,8 @@ +# lzcat + +> This command is an alias of `xz --format=lzma --decompress --stdout`. +> More information: . + +- View documentation for the original command: + +`tldr xz` diff --git a/pages/common/lzma.md b/pages/common/lzma.md new file mode 100644 index 0000000000..4355e9b221 --- /dev/null +++ b/pages/common/lzma.md @@ -0,0 +1,8 @@ +# lzma + +> This command is an alias of `xz --format=lzma`. +> More information: . + +- View documentation for the original command: + +`tldr xz` diff --git a/pages/common/unlzma.md b/pages/common/unlzma.md new file mode 100644 index 0000000000..b9d99dba4a --- /dev/null +++ b/pages/common/unlzma.md @@ -0,0 +1,8 @@ +# unlzma + +> This command is an alias of `xz --format=lzma --decompress`. +> More information: . + +- View documentation for the original command: + +`tldr xz` diff --git a/pages/common/unxz.md b/pages/common/unxz.md new file mode 100644 index 0000000000..54bd699301 --- /dev/null +++ b/pages/common/unxz.md @@ -0,0 +1,8 @@ +# unxz + +> This command is an alias of `xz --decompress`. +> More information: . + +- View documentation for the original command: + +`tldr xz` diff --git a/pages/common/xzcat.md b/pages/common/xzcat.md new file mode 100644 index 0000000000..0de0332ba7 --- /dev/null +++ b/pages/common/xzcat.md @@ -0,0 +1,8 @@ +# xzcat + +> This command is an alias of `xz --decompress --stdout`. +> More information: . + +- View documentation for the original command: + +`tldr xz`