command ]]>
Run the given command (or list of commands) and return the command output.
If given, commands are executed in this directory. Else commands are executed in the
current working directory.
If given and in-xml-block is true, the given id is given to
the root XML element of the result.
Embed code and result in XML elements, except if set to false
If set to true, a list of commands is expected in sub-elements,
for example:
echo foo > foo.txt
ls
ls -l
]]>
Commands are run in the given order. For each command, the result shows the
command followed by its output.
The specified string is used as prompt string to print before the
command in the output.
Set to false not to have the original code in the result of
the rule.
Set to false not to have the output of the command
in the result of the rule. Note that stderr is redirected to stdout
during the execution of the command, so the output contains both.
Set to false not to stop compilation if an error occurs
during execution of command.