mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 06:02:18 +02:00
arch: add pt_PT translation (#7069)
This commit is contained in:
parent
1c07b17a6c
commit
5b5eed1917
1 changed files with 13 additions and 0 deletions
13
pages.pt_PT/osx/arch.md
Normal file
13
pages.pt_PT/osx/arch.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
# arch
|
||||
|
||||
> Mostra o nome da arquitetura do sistema, ou executa um comando utilizando uma arquitetura escolhida.
|
||||
> Ver também `uname`.
|
||||
> Mais informações: <https://www.unix.com/man-page/osx/1/arch/>.
|
||||
|
||||
- Mostra o nome da arquitetura do sistema:
|
||||
|
||||
`arch`
|
||||
|
||||
- Executa um comando utilizando a arquitetura x86_64:
|
||||
|
||||
`arch -x86_64 {{comando}}`
|
Loading…
Add table
Reference in a new issue