Shell


Object Hierarchy:

Object hierarchy for Shell

Description:

public class Shell : Object

Shell command helper for quick command execution and output capture.

Example:

    ShellResult res = Shell.exec ("git status --short");
if (res.isSuccess ()) {
print ("%s\n", res.stdout ());
}


Namespace: Vala.Io
Package: Valacore

Content:

Static methods:

Creation methods:

Inherited Members:

All known members inherited from class GLib.Object