1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.it/common/at.md
Francesco Franchina 28c4d26221
pages.it/*: update path placeholders and "directory" translations (#9031)
- Replace "al" -> "del", "alla" -> "della", etc. in command paths
- Replace all instances of "cartella" with "directory"
- Update contributing-guides/translation-templates/common-arguments.md to
  reflect these changes

Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
Co-authored-by: Marco Bonelli <marco@mebeim.net>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2022-10-20 15:26:58 +02:00

17 lines
542 B
Markdown

# at
> Programma l'esecuzione di comandi nel futuro.
> Il servizio atd (o atrun) deve essere attivo per eseguire i comandi.
> Maggiori informazioni: <https://manned.org/at>.
- Esegui i comandi inseriti standard input tra 5 minuti (premere `Ctrl + D` dopo aver inserito i comandi):
`at now + 5 minutes`
- Esegui un comando passato da standard input alle 10:00 di mattina:
`echo "{{./mio_script.sh}}" | at 1000`
- Esegui comandi contenuti in un dato file il prossimo martedì alle 9:30 di sera:
`at -f {{percorso/del/file}} 9:30 PM Tue`