Execute a command without creating a child process. More information: https://www.gnu.org/software/bash/manual/bash.html#index-exec.
exec {{command -with -flags}}
exec -c {{command -with -flags}}
exec -l {{command -with -flags}}
exec -a {{name}} {{command -with -flags}}