From d2ae2fff4167db66074bde45ec496ca924507a0f Mon Sep 17 00:00:00 2001 From: Jake Vossen Date: Sat, 6 Mar 2021 01:40:22 -0700 Subject: [PATCH] arch: create macOS page and add architecture flags (#5347) --- pages/osx/arch.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pages/osx/arch.md diff --git a/pages/osx/arch.md b/pages/osx/arch.md new file mode 100644 index 000000000..e4af9f3d7 --- /dev/null +++ b/pages/osx/arch.md @@ -0,0 +1,12 @@ +# arch + +> Display the name of the system architecture, or run a command under a different architecture. +> See also `uname`. + +- Display the system's architecture: + +`arch` + +- Run a command using x86_64: + +`arch -x86_64 {{command}}`