atq

Show jobs scheduled by at or batch commands. More information: <https://manned.org/atq>.

Install

All systems
curl cmd.cat/atq.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/atq atq powered by Commando

Show jobs scheduled by at or batch commands. More information: <https://manned.org/atq>.

  • Show the current user's scheduled jobs:
    atq
  • Show jobs from queue named 'a' (queues have single-character names):
    atq -q a
  • Show jobs of all users (run as superuser):
    sudo atq

© tl;dr; authors and contributors