From 7f64effe05f34d71d22330b47a68265787f21c72 Mon Sep 17 00:00:00 2001 From: Lena <126529524+acuteenvy@users.noreply.github.com> Date: Wed, 31 May 2023 16:43:20 +0200 Subject: [PATCH] xz*, lz*: add alias pages (#10185) * xz*, lz*: add alias pages * lzmore: add alias page --- pages/common/lzegrep.md | 8 ++++++++ pages/common/lzfgrep.md | 8 ++++++++ pages/common/lzgrep.md | 7 +++++++ pages/common/lzless.md | 7 +++++++ pages/common/lzmore.md | 7 +++++++ pages/common/xzegrep.md | 8 ++++++++ pages/common/xzfgrep.md | 8 ++++++++ 7 files changed, 53 insertions(+) create mode 100644 pages/common/lzegrep.md create mode 100644 pages/common/lzfgrep.md create mode 100644 pages/common/lzgrep.md create mode 100644 pages/common/lzless.md create mode 100644 pages/common/lzmore.md create mode 100644 pages/common/xzegrep.md create mode 100644 pages/common/xzfgrep.md diff --git a/pages/common/lzegrep.md b/pages/common/lzegrep.md new file mode 100644 index 000000000..4110d47c3 --- /dev/null +++ b/pages/common/lzegrep.md @@ -0,0 +1,8 @@ +# lzegrep + +> This command is an alias of `xzgrep --extended-regexp`. +> See also: `egrep`. + +- View documentation for the original command: + +`tldr xzgrep` diff --git a/pages/common/lzfgrep.md b/pages/common/lzfgrep.md new file mode 100644 index 000000000..c33ceb576 --- /dev/null +++ b/pages/common/lzfgrep.md @@ -0,0 +1,8 @@ +# lzfgrep + +> This command is an alias of `xzgrep --fixed-strings`. +> See also: `fgrep`. + +- View documentation for the original command: + +`tldr xzgrep` diff --git a/pages/common/lzgrep.md b/pages/common/lzgrep.md new file mode 100644 index 000000000..2476088d8 --- /dev/null +++ b/pages/common/lzgrep.md @@ -0,0 +1,7 @@ +# lzgrep + +> This command is an alias of `xzgrep`. + +- View documentation for the original command: + +`tldr xzgrep` diff --git a/pages/common/lzless.md b/pages/common/lzless.md new file mode 100644 index 000000000..21adf53fd --- /dev/null +++ b/pages/common/lzless.md @@ -0,0 +1,7 @@ +# lzless + +> This command is an alias of `xzless`. + +- View documentation for the original command: + +`tldr xzless` diff --git a/pages/common/lzmore.md b/pages/common/lzmore.md new file mode 100644 index 000000000..42a2aedbf --- /dev/null +++ b/pages/common/lzmore.md @@ -0,0 +1,7 @@ +# lzmore + +> This command is an alias of `xzmore`. + +- View documentation for the original command: + +`tldr xzmore` diff --git a/pages/common/xzegrep.md b/pages/common/xzegrep.md new file mode 100644 index 000000000..e6d70c197 --- /dev/null +++ b/pages/common/xzegrep.md @@ -0,0 +1,8 @@ +# xzegrep + +> This command is an alias of `xzgrep --extended-regexp`. +> See also: `egrep`. + +- View documentation for the original command: + +`tldr xzgrep` diff --git a/pages/common/xzfgrep.md b/pages/common/xzfgrep.md new file mode 100644 index 000000000..c12c694a2 --- /dev/null +++ b/pages/common/xzfgrep.md @@ -0,0 +1,8 @@ +# xzfgrep + +> This command is an alias of `xzgrep --fixed-strings`. +> See also: `fgrep`. + +- View documentation for the original command: + +`tldr xzgrep`