COHERENT help

This page displays the COHERENT help information for exec.

Listing of available help pages


exec -- Execute command directly

exec [command]

The shell executes command by one of the exec() functions rather than through
the system call fork().  This normally terminates the current shell.  Current
shell I/O may be redirected by exec with no command.