exec

Execute a command without creating a child process. More information: <https://manned.org/exec.1posix>.

Install

All systems
curl cmd.cat/exec.sh
Debian Debian
apt-get install execline
Ubuntu
apt-get install execline
Alpine
apk add execline
image/svg+xml Kali Linux
apt-get install execline
Fedora
dnf install R-core
Windows (WSL2)
sudo apt-get update sudo apt-get install execline
Docker
docker run cmd.cat/exec exec powered by Commando

Execute a command without creating a child process. More information: <https://manned.org/exec.1posix>.

  • Execute a specific command using the current environment variables:
    exec command -with -flags

© tl;dr; authors and contributors