1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00

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

This commit is contained in:
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

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