diff --git a/pages.zh/osx/arch.md b/pages.zh/osx/arch.md new file mode 100644 index 0000000000..41322e5440 --- /dev/null +++ b/pages.zh/osx/arch.md @@ -0,0 +1,13 @@ +# arch + +> 显示系统架构的名称,或者在不同的架构下运行命令。 +> 另见 `uname`. +> 更多信息:. + +- 显示系统的架构: + +`arch` + +- 使用 x86_64 来运行一个命令: + +`arch -x86_64 {{命令}}`