2.5. shell:exec, exec
Abstract
Executes system processes. Do not use this command with interactive processes. For example, do not invoke:
exec more /path/to/fuse.log
. Doing this can lead to performance degradation.
Synopsis
shell:exec
[
--help
] {
command
}
Arguments
Table 2.5, “shell:exec Arguments” describes the command's arguments.
Argument | Interpretation |
---|---|
--help | Displays the online help for this command |
command | Specifies the command, with arguments, to execute. |