mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 06:22:07 +02:00
batch: update Spanish translation (#15195)
This commit is contained in:
parent
93cff8a846
commit
dbc083463f
1 changed files with 14 additions and 3 deletions
|
@ -1,7 +1,18 @@
|
|||
# batch
|
||||
|
||||
> Este comando es un alias de `at`.
|
||||
> Ejecuta comandos en un momento posterior cuando los niveles de carga del sistema lo permitan.
|
||||
> Los resultados serán enviados al correo del usuario.
|
||||
> Vea también: `at`, `atq`, `atrm` `mail`.
|
||||
> Más información: <https://manned.org/batch>.
|
||||
|
||||
- Vea la documentación para el comando original:
|
||||
- Lanza el servicio `atd`:
|
||||
|
||||
`tldr at`
|
||||
`systemctl start atd`
|
||||
|
||||
- Ejecuta comandos de `stdin` (presiona `Ctrl + D` cuando hayas finalizado):
|
||||
|
||||
`batch`
|
||||
|
||||
- Ejecuta un comando desde `stdin`:
|
||||
|
||||
`echo "{{./hacer_copia_de_la_bd.sh}}" | batch`
|
||||
|
|
Loading…
Add table
Reference in a new issue