add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -1,13 +1,17 @@
# arch
> 显示系统架构的名称,或在不同架构下运行命令。
> 另见: `uname`.
> 更多信息:<https://keith.github.io/xcode-man-pages/arch.1.html>.
> 显示系统架构的名称,或在不同架构下运行命令。
> 另见`uname`
> 更多信息:<https://keith.github.io/xcode-man-pages/arch.1.html>
- 显示系统的架构:
`arch`
- 使用 x86_64 运行一个命令:
- 使用 x86_64 运行命令:
`arch -x86_64 {{命令}}`
`arch -x86_64 "{{command}}"`
- 使用 arm 运行命令:
`arch -arm64 "{{command}}"`