clarify various entries

This commit is contained in:
Malin Freeborn
2021-05-15 16:41:45 +02:00
parent 95d9ddf031
commit 4f1ca14d02
9 changed files with 101 additions and 305 deletions

View File

@@ -1,3 +1,13 @@
Install with:
> sudo apt install at
> sudo pacman -S at
Enable the daemon service with:
> sudo systemctl enable --now atd
Then jobs can be specified with absolute time, such as:
> at 16:20
@@ -8,6 +18,10 @@ Then jobs can be specified with absolute time, such as:
> at teatime
Type in your command, e.g.:
> touch /tmp/myFile.txt
The jobs can also be specified relative to the current time:
> at now +15 minutes