String call(String cmd)
Arguments
cmd: The command to run
Usage
Return the output of an external program. If the external program exits with a non-zero status, a NonZeroExit exception will be thrown.
cmd: The command to runReturn the output of an external program. If the external program exits with a non-zero status, a NonZeroExit exception will be thrown.