mirror of https://github.com/CrimsonTome/tldr.git
arch: add Spanish translation (#11593)
* arch: add Spanish translation * arch: fix spacing in Spanish translation Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> * arch: minor fix in "See also" description Signed-off-by: GitHub <noreply@github.com> --------- Signed-off-by: GitHub <noreply@github.com> Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>pull/23/head
parent
7d884ea5d9
commit
01e85a1e81
|
@ -0,0 +1,17 @@
|
||||||
|
# arch
|
||||||
|
|
||||||
|
> Muestra el nombre de la arquitectura del sistema, o ejecuta un comando bajo una arquitectura diferente.
|
||||||
|
> Véase también: `uname`.
|
||||||
|
> Más información: <https://www.unix.com/man-page/osx/1/arch/>.
|
||||||
|
|
||||||
|
- Muestra la arquitectura del sistema:
|
||||||
|
|
||||||
|
`arch`
|
||||||
|
|
||||||
|
- Ejecuta un comando usando x86_64:
|
||||||
|
|
||||||
|
`arch -x86_64 "{{comando}}"`
|
||||||
|
|
||||||
|
- Ejecuta un comando usando arm:
|
||||||
|
|
||||||
|
`arch -arm64 "{{comando}}"`
|
|
@ -1,7 +1,7 @@
|
||||||
# arch
|
# arch
|
||||||
|
|
||||||
> Exibe o nome da arquitetura do sistema ou executa um comando em uma arquitetura diferente.
|
> Exibe o nome da arquitetura do sistema ou executa um comando em uma arquitetura diferente.
|
||||||
> Veja também `uname`.
|
> Veja também: `uname`.
|
||||||
> Mais informações: <https://www.unix.com/man-page/osx/1/arch/>.
|
> Mais informações: <https://www.unix.com/man-page/osx/1/arch/>.
|
||||||
|
|
||||||
- Exibir o nome da arquitetura do sistema:
|
- Exibir o nome da arquitetura do sistema:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# arch
|
# arch
|
||||||
|
|
||||||
> Mostra o nome da arquitetura do sistema, ou executa um comando utilizando uma arquitetura escolhida.
|
> Mostra o nome da arquitetura do sistema, ou executa um comando utilizando uma arquitetura escolhida.
|
||||||
> Ver também `uname`.
|
> Ver também: `uname`.
|
||||||
> Mais informações: <https://www.unix.com/man-page/osx/1/arch/>.
|
> Mais informações: <https://www.unix.com/man-page/osx/1/arch/>.
|
||||||
|
|
||||||
- Mostra o nome da arquitetura do sistema:
|
- Mostra o nome da arquitetura do sistema:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# arch
|
# arch
|
||||||
|
|
||||||
> 显示系统架构的名称,或者在不同的架构下运行命令。
|
> 显示系统架构的名称,或者在不同的架构下运行命令。
|
||||||
> 另见 `uname`.
|
> 另见: `uname`.
|
||||||
> 更多信息:<https://www.unix.com/man-page/osx/1/arch/>.
|
> 更多信息:<https://www.unix.com/man-page/osx/1/arch/>.
|
||||||
|
|
||||||
- 显示系统的架构:
|
- 显示系统的架构:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# arch
|
# arch
|
||||||
|
|
||||||
> Display the name of the system architecture, or run a command under a different architecture.
|
> Display the name of the system architecture, or run a command under a different architecture.
|
||||||
> See also `uname`.
|
> See also: `uname`.
|
||||||
> More information: <https://www.unix.com/man-page/osx/1/arch/>.
|
> More information: <https://www.unix.com/man-page/osx/1/arch/>.
|
||||||
|
|
||||||
- Display the system's architecture:
|
- Display the system's architecture:
|
||||||
|
|
Loading…
Reference in New Issue