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:
parent
825141031b
commit
64e554157e
1 changed files with 13 additions and 0 deletions
13
pages.pt_BR/osx/arch.md
Normal file
13
pages.pt_BR/osx/arch.md
Normal 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}}"`
|
Loading…
Add table
Reference in a new issue