[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
OXshell is a system to execute system commands from ox servers. As to details, see the files OpenXM/src/kan96xx/Doc/oxshell.oxw and OpenXM/doc/Papers/rims-2003-12-16-ja.tex.
17.0.1 oxshell.get_value | ||
17.0.2 oxshell.oxshell | ||
17.0.3 oxshell.set_value |
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
oxshell.get_value
: It get the value of the variable NAME on the server ox_shell.
Example:
oxshell.set_value("abc","Hello world!"); oxshell.oxshell(["cp", "stringIn://abc", "stringOut://result"]); oxshell.get_value("result"); |
References:
oxshell.oxshell
,oxshell.set_value
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
oxshell.oxshell
: It executes command L on a ox_shell server. L must be an array. The result is the outputs to stdout and stderr.
Example:
oxshell.oxshell(["ls"]); |
References:
ox_shell
,oxshell.set_value
,oxshell.get_value
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
oxshell.set_value
: It set the value V to the variable Name on the server ox_shell.
Example:
oxshell.set_value("abc","Hello world!"); oxshell.oxshell(["cat", "stringIn://abc"]); |
References:
oxshell.oxshell
,oxshell.get_value
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] |
This document was generated by Nobuki Takayama on January, 28 2008 using texi2html 1.76.