exec

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

Debian Debian
RUN apt-get update && \ apt-get install -y execline
Ubuntu
RUN apt-get update && \ apt-get install -y execline
Alpine
RUN apk add execline
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y execline
Fedora
RUN dnf install -y R-core
click the source code to copy install exec on any operating system with command-not-found.com