terminal
The terminal
command can be used to execute external commands.
The terminal
command can only be used to external non-interactive commands. It invokes std::system
function to
execute commands in the host environment's command processor.
Commands such as chdir
will not work as the spawned process will quit when the command is executed.