fg
Run jobs in foreground. More information: <https://manned.org/fg>.
Install
- All systems
-
curl cmd.cat/fg.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/fg
- Docker
-
docker run cmd.cat/fg fg
powered by Commando
Run jobs in foreground. More information: <https://manned.org/fg>.
-
Bring most recently suspended or running background job to foreground:
fg
-
Bring a specific job to foreground:
fg %job_id
© tl;dr; authors and contributors