Browse Source

arch: add pt_BR translation

Andreia Bohner 2 years ago
parent
commit
64e554157e
1 changed files with 13 additions and 0 deletions
  1. 13 0
      pages.pt_BR/osx/arch.md

+ 13 - 0
pages.pt_BR/osx/arch.md

@@ -0,0 +1,13 @@
+# arch
+
+> Exibe o nome da arquitetura do sistema ou executa um comando em uma arquitetura diferente.
+> Veja também `uname`.
+> Mais informações: <https://www.unix.com/man-page/osx/1/arch/>.
+
+- Exibir o nome da arquitetura do sistema:
+
+`arch`
+
+- Executar um comando usando a arquitetura x86_64:
+
+`arch -x86_64 "{{comando}}"`