eval
A convenience method, which is the same as Command.collect().out Note, if the command outputs lots of text, then you should NOT use this, as you will have a huge String object. Instead, use CommandRunner.run(Command, Consumer, Consumer).
Return
The standard output of the command as a String.