diff --git a/reference/expect/functions/expect-popen.ini b/reference/expect/functions/expect-popen.ini new file mode 100644 index 0000000000..4256b12f43 --- /dev/null +++ b/reference/expect/functions/expect-popen.ini @@ -0,0 +1,71 @@ + + + + + expect_popen + Exectutes command via Bourne shell. + + + &reftitle.description; + + resourceexpect_popen + stringcommand + + + Executes command via Bourne shell. + + + + &reftitle.parameters; + + + + command + + + Command to execute. + + + + + + + + &reftitle.returnvalues; + + Returns an open PTY stream to the process'es stdio, stdout and stderr. + + + On failure this function returns &false;. + + + + &reftitle.seealso; + + + fopen + + + + + +