diff --git a/nodes/core/core/75-exec.html b/nodes/core/core/75-exec.html index 567a34c19..8d1279cb1 100644 --- a/nodes/core/core/75-exec.html +++ b/nodes/core/core/75-exec.html @@ -42,6 +42,7 @@

Optionally can use spawn() instead, which returns output from stdout and stderr as the command runs (ie one line at a time). On completion it then returns a return code (on the 3rd output).

Spawn only expect one command word, with all extra parameters to be comma separated and passed as the append.

The optional append gets added to the command after the msg.payload - so you can do things like pipe the result to another command.

+

If stdout is binary a buffer is returned - otherwise returns a string.