From c94dfa97a4411cb142ec0044441301370e05cce7 Mon Sep 17 00:00:00 2001 From: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Date: Tue, 13 Aug 2024 10:22:10 +0200 Subject: [PATCH] arch: add Dutch translation (#13378) --- pages.nl/osx/arch.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 pages.nl/osx/arch.md diff --git a/pages.nl/osx/arch.md b/pages.nl/osx/arch.md new file mode 100644 index 0000000000..a9ea585b4e --- /dev/null +++ b/pages.nl/osx/arch.md @@ -0,0 +1,17 @@ +# arch + +> Toon de naam van de systeemarchitectuur, of voer een commando uit onder een andere architectuur. +> Zie ook: `uname`. +> Meer informatie: . + +- Toon de systeemarchitectuur: + +`arch` + +- Voer een commando uit met behulp van x86_64: + +`arch -x86_64 "{{commando}}"` + +- Voer een commando uit met behulp van arm: + +`arch -arm64 "{{commando}}"`