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 update
sudo apt-get install bash
- OS X
-
brew install bash
- Raspbian
-
apt-get install bash
- Dockerfile
- dockerfile.run/jobs
- Docker
-
docker run cmd.cat/jobs jobs
powered 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