jobs
Display status of jobs in the current session. More information: <https://manned.org/jobs>.
Install
- All systems
-
curl cmd.cat/jobs.sh
- Debian
-
apt-get install bash - Ubuntu
-
apt-get install bash -
Alpine
-
apk add bash - Arch Linux
-
pacman -S bash - Kali Linux
-
apt-get install bash - CentOS
-
yum install bash - Fedora
-
dnf install bash - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install bash - OS X
-
brew install bash - Raspbian
-
apt-get install bash - Docker
-
docker run cmd.cat/jobs jobspowered by Commando
Display status of jobs in the current session. More information: <https://manned.org/jobs>.
-
Show status of all jobs:
jobs -
Show status of a particular job:
jobs %job_id -
Show status and process IDs of all jobs:
jobs -l -
Show process IDs of all jobs:
jobs -p
© tl;dr; authors and contributors