mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
batch: add Portuguese translation (#4502)
This commit is contained in:
parent
8d27898ab6
commit
276287606f
1 changed files with 16 additions and 0 deletions
16
pages.pt_PT/common/batch.md
Normal file
16
pages.pt_PT/common/batch.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# batch
|
||||
|
||||
> Executar comandos num momento mais tarde quando a carga do sistema permitir.
|
||||
> O serviço atd (ou atrun) deve correr para atuais execuções.
|
||||
|
||||
- Executar comandos da entrada padrão (premir `Ctrl + D` quando terminado):
|
||||
|
||||
`batch`
|
||||
|
||||
- Executar um comando da entrada padrão:
|
||||
|
||||
`echo "{{./criar_copia_bd.sh}}" | batch`
|
||||
|
||||
- Executar comandos de um dado ficheiro:
|
||||
|
||||
`batch -f {{caminho/para/ficheiro}}`
|
Loading…
Add table
Reference in a new issue