このコンテンツは選択した言語では利用できません。
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. |