exec method

ChildProcess exec(
  1. String command, [
  2. ExecOptions options,
  3. ExecCallback callback
])

Spawns a shell then executes the command within that shell, buffering any generated output.

Implementation

external ChildProcess exec(String command,
    [ExecOptions options, ExecCallback callback]);