From 871e4559442201f81137dfb137e91249d26d109c Mon Sep 17 00:00:00 2001 From: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Date: Tue, 19 Aug 2025 12:04:43 +0200 Subject: [PATCH] pages.nl/*: add Dutch alias pages (#17715) --- pages.nl/common/file-rename.md | 7 +++++++ pages.nl/common/impacket-psexec.md | 7 +++++++ pages.nl/common/libreoffice.md | 7 +++++++ pages.nl/common/perl-rename.md | 7 +++++++ pages.nl/common/prename.md | 7 +++++++ pages.nl/common/sr.md | 7 +++++++ pages.nl/common/sudoedit.md | 7 +++++++ pages.nl/linux/qm-agent.md | 7 +++++++ pages.nl/linux/qm-rescan.md | 7 +++++++ pages.nl/linux/qm-unlink.md | 7 +++++++ pages.nl/linux/yumdownloader.md | 7 +++++++ 11 files changed, 77 insertions(+) create mode 100644 pages.nl/common/file-rename.md create mode 100644 pages.nl/common/impacket-psexec.md create mode 100644 pages.nl/common/libreoffice.md create mode 100644 pages.nl/common/perl-rename.md create mode 100644 pages.nl/common/prename.md create mode 100644 pages.nl/common/sr.md create mode 100644 pages.nl/common/sudoedit.md create mode 100644 pages.nl/linux/qm-agent.md create mode 100644 pages.nl/linux/qm-rescan.md create mode 100644 pages.nl/linux/qm-unlink.md create mode 100644 pages.nl/linux/yumdownloader.md diff --git a/pages.nl/common/file-rename.md b/pages.nl/common/file-rename.md new file mode 100644 index 0000000000..1adc1fea3b --- /dev/null +++ b/pages.nl/common/file-rename.md @@ -0,0 +1,7 @@ +# file-rename + +> Dit commando is een alias van `rename`. + +- Bekijk de documentatie van het originele commando: + +`tldr -p common rename` diff --git a/pages.nl/common/impacket-psexec.md b/pages.nl/common/impacket-psexec.md new file mode 100644 index 0000000000..4d650cf692 --- /dev/null +++ b/pages.nl/common/impacket-psexec.md @@ -0,0 +1,7 @@ +# impacket-psexec + +> Dit commando is een alias van `psexec.py`. + +- Bekijk de documentatie van het originele commando: + +`tldr psexec.py` diff --git a/pages.nl/common/libreoffice.md b/pages.nl/common/libreoffice.md new file mode 100644 index 0000000000..9c91d9f14e --- /dev/null +++ b/pages.nl/common/libreoffice.md @@ -0,0 +1,7 @@ +# libreoffice + +> Dit commando is een alias van `soffice`. + +- Bekijk de documentatie van het originele commando: + +`tldr soffice` diff --git a/pages.nl/common/perl-rename.md b/pages.nl/common/perl-rename.md new file mode 100644 index 0000000000..15d143ec65 --- /dev/null +++ b/pages.nl/common/perl-rename.md @@ -0,0 +1,7 @@ +# perl-rename + +> Dit commando is een alias van `rename`. + +- Bekijk de documentatie van het originele commando: + +`tldr -p common rename` diff --git a/pages.nl/common/prename.md b/pages.nl/common/prename.md new file mode 100644 index 0000000000..891001120a --- /dev/null +++ b/pages.nl/common/prename.md @@ -0,0 +1,7 @@ +# prename + +> Dit commando is een alias van `rename`. + +- Bekijk de documentatie van het originele commando: + +`tldr -p common rename` diff --git a/pages.nl/common/sr.md b/pages.nl/common/sr.md new file mode 100644 index 0000000000..49faadaa48 --- /dev/null +++ b/pages.nl/common/sr.md @@ -0,0 +1,7 @@ +# sr + +> Dit commando is een alias van `surfraw`. + +- Bekijk de documentatie van het originele commando: + +`tldr surfraw` diff --git a/pages.nl/common/sudoedit.md b/pages.nl/common/sudoedit.md new file mode 100644 index 0000000000..d1109f8db4 --- /dev/null +++ b/pages.nl/common/sudoedit.md @@ -0,0 +1,7 @@ +# sudoedit + +> Dit commando is een alias van `sudo --edit`. + +- Bekijk de documentatie van het originele commando: + +`tldr sudo` diff --git a/pages.nl/linux/qm-agent.md b/pages.nl/linux/qm-agent.md new file mode 100644 index 0000000000..0e193d05f9 --- /dev/null +++ b/pages.nl/linux/qm-agent.md @@ -0,0 +1,7 @@ +# qm agent + +> Dit commando is een alias van `qm guest cmd`. + +- Bekijk de documentatie van het originele commando: + +`tldr qm guest cmd` diff --git a/pages.nl/linux/qm-rescan.md b/pages.nl/linux/qm-rescan.md new file mode 100644 index 0000000000..4dcce855cf --- /dev/null +++ b/pages.nl/linux/qm-rescan.md @@ -0,0 +1,7 @@ +# qm rescan + +> Dit commando is een alias van `qm disk rescan`. + +- Bekijk de documentatie van het originele commando: + +`tldr qm disk rescan` diff --git a/pages.nl/linux/qm-unlink.md b/pages.nl/linux/qm-unlink.md new file mode 100644 index 0000000000..b4ece2f36f --- /dev/null +++ b/pages.nl/linux/qm-unlink.md @@ -0,0 +1,7 @@ +# qm unlink + +> Dit commando is een alias van `qm disk unlink`. + +- Bekijk de documentatie van het originele commando: + +`tldr qm disk unlink` diff --git a/pages.nl/linux/yumdownloader.md b/pages.nl/linux/yumdownloader.md new file mode 100644 index 0000000000..c0eae2794c --- /dev/null +++ b/pages.nl/linux/yumdownloader.md @@ -0,0 +1,7 @@ +# yumdownloader + +> Dit commando is een alias van `dnf download`. + +- Bekijk de documentatie van het originele commando: + +`tldr dnf download`