at

Execute commands once at a later time. Service atd (or atrun) should be running for the actual executions. More information: <https://manned.org/at>.

Install

All systems
curl cmd.cat/at.sh
Debian Debian
apt-get install at
Ubuntu
apt-get install at
Alpine
apk add at
Arch Arch Linux
pacman -S at
image/svg+xml Kali Linux
apt-get install at
CentOS
yum install at
Fedora
dnf install at
Windows (WSL2)
sudo apt-get update sudo apt-get install at
Raspbian
apt-get install at
Docker
docker run cmd.cat/at at powered by Commando

Execute commands once at a later time. Service atd (or atrun) should be running for the actual executions. More information: <https://manned.org/at>.

  • Execute commands from `stdin` in 5 minutes (press `Ctrl + D` when done):
    at now + 5 minutes
  • Execute a command from `stdin` at 10:00 AM today:
    echo "./make_db_backup.sh" | at 1000
  • Execute commands from a given file next Tuesday:
    at -f path/to/file 9:30 PM Tue

© tl;dr; authors and contributors