From a6c2a05987947d49d1ac2c2b950e895a7056bf6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20T=C3=A1mara?= Date: Tue, 12 Nov 2024 00:19:56 -0500 Subject: [PATCH] pages.es/common/*: add Spanish aliases (#14772) --- pages.es/common/lzcmp.md | 7 +++++++ pages.es/common/lzegrep.md | 8 ++++++++ pages.es/common/lzfgrep.md | 8 ++++++++ pages.es/common/lzgrep.md | 7 +++++++ pages.es/common/lzless.md | 7 +++++++ pages.es/common/lzmore.md | 7 +++++++ pages.es/common/mogrify.md | 7 +++++++ pages.es/common/montage.md | 7 +++++++ pages.es/common/netcat.md | 7 +++++++ pages.es/common/opera.md | 8 ++++++++ pages.es/common/trash-cli.md | 7 +++++++ pages.es/common/vivaldi.md | 8 ++++++++ 12 files changed, 88 insertions(+) create mode 100644 pages.es/common/lzcmp.md create mode 100644 pages.es/common/lzegrep.md create mode 100644 pages.es/common/lzfgrep.md create mode 100644 pages.es/common/lzgrep.md create mode 100644 pages.es/common/lzless.md create mode 100644 pages.es/common/lzmore.md create mode 100644 pages.es/common/mogrify.md create mode 100644 pages.es/common/montage.md create mode 100644 pages.es/common/netcat.md create mode 100644 pages.es/common/opera.md create mode 100644 pages.es/common/trash-cli.md create mode 100644 pages.es/common/vivaldi.md diff --git a/pages.es/common/lzcmp.md b/pages.es/common/lzcmp.md new file mode 100644 index 0000000000..da5c74cdf4 --- /dev/null +++ b/pages.es/common/lzcmp.md @@ -0,0 +1,7 @@ +# lzcmp + +> Este comando es un alias de `xzcmp`. + +- Vea la documentación para el comando original: + +`tldr xzcmp` diff --git a/pages.es/common/lzegrep.md b/pages.es/common/lzegrep.md new file mode 100644 index 0000000000..01fdb84c2c --- /dev/null +++ b/pages.es/common/lzegrep.md @@ -0,0 +1,8 @@ +# lzegrep + +> Este comando es un alias de `xzgrep --extended-regexp`. +> Vea también: `egrep`. + +- Vea la documentación para el comando original: + +`tldr xzgrep` diff --git a/pages.es/common/lzfgrep.md b/pages.es/common/lzfgrep.md new file mode 100644 index 0000000000..532ba12077 --- /dev/null +++ b/pages.es/common/lzfgrep.md @@ -0,0 +1,8 @@ +# lzfgrep + +> Este comando es un alias de `xzgrep --fixed-strings`. +> Vea también: `fgrep`. + +- Vea la documentación para el comando original: + +`tldr xzgrep` diff --git a/pages.es/common/lzgrep.md b/pages.es/common/lzgrep.md new file mode 100644 index 0000000000..dd28b50d28 --- /dev/null +++ b/pages.es/common/lzgrep.md @@ -0,0 +1,7 @@ +# lzgrep + +> Este comando es un alias de `xzgrep`. + +- Vea la documentación para el comando original: + +`tldr xzgrep` diff --git a/pages.es/common/lzless.md b/pages.es/common/lzless.md new file mode 100644 index 0000000000..e28ce0dadc --- /dev/null +++ b/pages.es/common/lzless.md @@ -0,0 +1,7 @@ +# lzless + +> Este comando es un alias de `xzless`. + +- Vea la documentación para el comando original: + +`tldr xzless` diff --git a/pages.es/common/lzmore.md b/pages.es/common/lzmore.md new file mode 100644 index 0000000000..3baf4437d7 --- /dev/null +++ b/pages.es/common/lzmore.md @@ -0,0 +1,7 @@ +# lzmore + +> Este comando es un alias de `xzmore`. + +- Vea la documentación para el comando original: + +`tldr xzmore` diff --git a/pages.es/common/mogrify.md b/pages.es/common/mogrify.md new file mode 100644 index 0000000000..2ab3e6d05d --- /dev/null +++ b/pages.es/common/mogrify.md @@ -0,0 +1,7 @@ +# mogrify + +> Este comando es un alias de `magick mogrify`. + +- Vea la documentación para el comando original: + +`tldr magick mogrify` diff --git a/pages.es/common/montage.md b/pages.es/common/montage.md new file mode 100644 index 0000000000..b32098f5bd --- /dev/null +++ b/pages.es/common/montage.md @@ -0,0 +1,7 @@ +# montage + +> Este comando es un alias de `magick montage`. + +- Vea la documentación para el comando original: + +`tldr magick montage` diff --git a/pages.es/common/netcat.md b/pages.es/common/netcat.md new file mode 100644 index 0000000000..a0fdd07223 --- /dev/null +++ b/pages.es/common/netcat.md @@ -0,0 +1,7 @@ +# netcat + +> Este comando es un alias de `nc`. + +- Vea la documentación para el comando original: + +`tldr nc` diff --git a/pages.es/common/opera.md b/pages.es/common/opera.md new file mode 100644 index 0000000000..a49afbafb5 --- /dev/null +++ b/pages.es/common/opera.md @@ -0,0 +1,8 @@ +# opera + +> Este comando es un alias de `chromium`. +> Más información: . + +- Vea la documentación para el comando original: + +`tldr chromium` diff --git a/pages.es/common/trash-cli.md b/pages.es/common/trash-cli.md new file mode 100644 index 0000000000..ea08f5b692 --- /dev/null +++ b/pages.es/common/trash-cli.md @@ -0,0 +1,7 @@ +# trash-cli + +> Este comando es un alias de `trash`. + +- Vea la documentación para el comando original: + +`tldr trash` diff --git a/pages.es/common/vivaldi.md b/pages.es/common/vivaldi.md new file mode 100644 index 0000000000..9ef74da26e --- /dev/null +++ b/pages.es/common/vivaldi.md @@ -0,0 +1,8 @@ +# vivaldi + +> Este comando es un alias de `chromium`. +> Más información: . + +- Vea la documentación para el comando original: + +`tldr chromium`