mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
13 lines
279 B
Markdown
13 lines
279 B
Markdown
# arch
|
|
|
|
> 显示系统架构的名称,或者在不同的架构下运行命令。
|
|
> 另见: `uname`.
|
|
> 更多信息:<https://keith.github.io/xcode-man-pages/arch.1.html>.
|
|
|
|
- 显示系统的架构:
|
|
|
|
`arch`
|
|
|
|
- 使用 x86_64 来运行一个命令:
|
|
|
|
`arch -x86_64 {{命令}}`
|