[ Version ( since = "1.55.6" ) ]
public bool sh_out (string command, string output) throws Error
run a command via the shell
This is the same as sh, but streams the output back, handling the case where the output from the command is larger than the protocol limit.
See also: command_out
| this |
A GuestfsSession object |
|
true on success, false on error |