mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-07 08:06:07 +02:00
13 lines
229 B
Markdown
13 lines
229 B
Markdown
![]() |
# 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}}`
|