arch: create macOS page and add architecture flags (#5347)

translation-badges
Jake Vossen 2021-03-06 01:40:22 -07:00 committed by GitHub
parent e4c68463ca
commit d2ae2fff41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

12
pages/osx/arch.md Normal file
View File

@ -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}}`