1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00

arch: add pt_BR translation

This commit is contained in:
Andreia Bohner 2022-07-16 23:12:21 -03:00 committed by Axel Navarro
parent 825141031b
commit 64e554157e

13
pages.pt_BR/osx/arch.md Normal file
View file

@ -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}}"`