system
Name
system -- Invoke command using sh
Type: function
Synopsis
Arguments
- str
An instance of <string>
Return Values
- rc
An instance of <integer>
Description
This is the standard unix system() function, which invokes the
given command as by sh -c.
Returns the exit code of the subprocess.