atq
Show jobs scheduled by at or batch commands. More information: <https://manned.org/atq>.
Install
- All systems
-
curl cmd.cat/atq.sh
- Debian
-
apt-get install at - Ubuntu
-
apt-get install at -
Alpine
-
apk add at - Arch Linux
-
pacman -S at - Kali Linux
-
apt-get install at - CentOS
-
yum install at - Fedora
-
dnf install at - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install at - Raspbian
-
apt-get install at - Docker
-
docker run cmd.cat/atq atqpowered 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