mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 05:22:09 +02:00
bash: update Spanish translation (#11981)
* bash: update Spanish translation --------- Co-authored-by: Vitor Henrique <87824454+vitorhcl@users.noreply.github.com> Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
This commit is contained in:
parent
b4d29c495e
commit
e3f7dd2ca5
1 changed files with 9 additions and 5 deletions
|
@ -1,13 +1,17 @@
|
|||
# bash
|
||||
|
||||
> Bourne-Again SHell.
|
||||
> Intérprete de línea de comandos compatible con `sh`.
|
||||
> Bourne-Again SHell, un intérprete de línea de comandos compatible con `sh`.
|
||||
> Vea también: `zsh`; `histexpand`, para expansión de historial de comandos.
|
||||
> Más información: <https://www.gnu.org/software/bash/>.
|
||||
|
||||
- Inicia un intérprete de comandos interactivo:
|
||||
|
||||
`bash`
|
||||
|
||||
- Inicia el intérprete sin leer archivos de configuración:
|
||||
|
||||
`bash --norc`
|
||||
|
||||
- Ejecuta un comando:
|
||||
|
||||
`bash -c "{{comando}}"`
|
||||
|
@ -26,8 +30,8 @@
|
|||
|
||||
- Ejecuta comandos desde `stdin` (entrada estándar):
|
||||
|
||||
`bash -s`
|
||||
`{{echo "echo 'bash es ejecutado'"}} | bash`
|
||||
|
||||
- Imprime la información de la versión de bash (use `echo $BASH_VERSION` para ver sólo la versión sin la información sobre la licencia):
|
||||
- Inicia el intérprete [r]estringido:
|
||||
|
||||
`bash --version`
|
||||
`bash -r`
|
||||
|
|
Loading…
Add table
Reference in a new issue