execline
Software
www.skarnet.org

The exec program

exec executes the command line it is given.

Interface

     exec prog...
exec execs into prog.... It does nothing else.
exec can be seen as the execline NOP.

Notes

exec is a standard shell builtin. Its effect in a shell is to replace the shell with the command it is given.