system([env,] command... [,options]) â true, false or nil
Instance Public methods
Executes command⦠in a subshell. command⦠is one of
following forms.
commandline : command line string which is passed to the standard shell
cmdname, arg1, ... : command name and one or more arguments (no shell)
[cmdname, argv0], arg1, ... : command name, argv[0] and zero or more arguments (no shell)
system returns true if the command gives zero exit status,
false for no