Executes a command in a shell, returning a promise that resolves when the
command completes.
The command is executed with shell: true, which means that shell features
such as redirection and piping are available. However, this also means that
arguments are not escaped, so be careful when using untrusted input.
Executes a command in a shell, returning a promise that resolves when the command completes.
The command is executed with
shell: true
, which means that shell features such as redirection and piping are available. However, this also means that arguments are not escaped, so be careful when using untrusted input.