mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-07 01:26:03 +02:00
at: add pt_BR translation (#3421)
This commit is contained in:
parent
346add4ba3
commit
76e3be9b54
1 changed files with 16 additions and 0 deletions
16
pages.pt_BR/common/at.md
Normal file
16
pages.pt_BR/common/at.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# at
|
||||
|
||||
> Ferramenta para o agendamento de comandos.
|
||||
> O serviço atd (ou atrun) deve estar sendo executado para as atuais execuções.
|
||||
|
||||
- Executar comandos da standard input em 5 minutos (pressionar `Ctrl + D`quando acabar):
|
||||
|
||||
`at now + {{5}} minutes`
|
||||
|
||||
- Executar um comando da standard input às 10:00 da manhã de hoje:
|
||||
|
||||
`echo "{{./comando.sh}}" | at 1000`
|
||||
|
||||
- Executar comandos de um dado arquivo na próxima terça:
|
||||
|
||||
`at -f {{caminho/para/arquivo}} 9:30 PM Tue`
|
Loading…
Add table
Reference in a new issue