mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-01 06:55:35 +02:00
arch: add Chinese translation (#7333)
This commit is contained in:
parent
f867507440
commit
33d86df068
1 changed files with 13 additions and 0 deletions
13
pages.zh/osx/arch.md
Normal file
13
pages.zh/osx/arch.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
# arch
|
||||
|
||||
> 显示系统架构的名称,或者在不同的架构下运行命令。
|
||||
> 另见 `uname`.
|
||||
> 更多信息:<https://www.unix.com/man-page/osx/1/arch/>.
|
||||
|
||||
- 显示系统的架构:
|
||||
|
||||
`arch`
|
||||
|
||||
- 使用 x86_64 来运行一个命令:
|
||||
|
||||
`arch -x86_64 {{命令}}`
|
Loading…
Add table
Reference in a new issue