mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-10 20:42:23 +03:00
28c4d26221
- 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>
542 B
542 B
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