0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-25 08:19:38 +01:00
nodejs/doc/api
jvelezpo 95eb02dc74
doc: shell option for the execFile and execFileSync functions
Useful for executing in a shell because it accepts arguments as
an array instead of a string as exec does.
Depending on the circumstances,
that can prove to be useful if the arguments are already prepared.

PR-URL: https://github.com/nodejs/node/pull/18237
Fixes: https://github.com/nodejs/node/issues/18199
Reviewed-By: Julian Duque <julianduquej@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Adrian Estrada <edsadr@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
2018-02-04 16:51:49 +01:00
..
_toc.md
addons.md
all.md
assert.md
async_hooks.md
buffer.md
child_process.md doc: shell option for the execFile and execFileSync functions 2018-02-04 16:51:49 +01:00
cli.md
cluster.md
console.md
crypto.md
debugger.md
deprecations.md
dgram.md
dns.md
documentation.md
domain.md
errors.md
esm.md
events.md
fs.md
globals.md
http2.md
http.md
https.md
index.md
inspector.md
intl.md
modules.md
n-api.md
net.md
os.md
path.md
perf_hooks.md
process.md
punycode.md
querystring.md
readline.md
repl.md
stream.md
string_decoder.md
synopsis.md
timers.md
tls.md
tracing.md
tty.md
url.md
util.md
v8.md
vm.md
zlib.md