diff --git a/pages/common/lzcat.md b/pages/common/lzcat.md new file mode 100644 index 000000000..55fdcfefe --- /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 000000000..4355e9b22 --- /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 000000000..b9d99dba4 --- /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 000000000..54bd69930 --- /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 000000000..0de0332ba --- /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`