exec method
Spawns a shell then executes the command within that shell, buffering any generated output.
Implementation
external ChildProcess exec(String command,
[ExecOptions options, ExecCallback callback]);
Spawns a shell then executes the command within that shell, buffering any generated output.
external ChildProcess exec(String command,
[ExecOptions options, ExecCallback callback]);