Content deleted Content added
m →Other types: syntaxhighlight |
m →Execution of commands: syntaxhighlight |
||
Line 3,437:
|-
| [[Objective-C]]
| <
|
|-
Line 3,505:
|-
| [[OCaml]]
| <code>Sys.command ''command
| <code>Unix.create_process ''prog args new_stdin new_stdout new_stderr, ...''</code>
| <code>Unix.execv ''prog args''</code><br/>or<br/><code>Unix.execve ''prog args env''</code>
Line 3,550:
|-
| [[Windows PowerShell]]
| <
| <code>«Invoke-Item »''program arg1 arg2 ...''</code>
|
|