command_out


Description:

[ Version ( since = "1.55.6" ) ]
public bool command_out (string[] arguments, string output, Cancellable? cancellable = null) throws Error

run a command from the guest filesystem

This is the same as command, but streams the output back, handling the case where the output from the command is larger than the protocol limit.

See also: sh_out

Parameters:

this

A GuestfsSession object

arguments

an array of strings

cancellable

A GCancellable object

Returns:

true on success, false on error