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:
parent
e4c68463ca
commit
d2ae2fff41
1 changed files with 12 additions and 0 deletions
12
pages/osx/arch.md
Normal file
12
pages/osx/arch.md
Normal 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}}`
|
Loading…
Add table
Reference in a new issue