shell cmd有效但child_process.exec没有

时间:2014-05-08 16:42:52

标签: node.js shell zip

unzip -o /path/to/my.zip

使用膨胀的存档成功创建了一个新目录,但

require('child_process').exec('unzip -o /path/to/my.zip', function(err, stdout, stderr){…})

没有创建新目录,即使没有错误,stdout与我直接在shell中执行时相同。我做错了什么?

0 个答案:

没有答案