ubuntu系统,
使用
exec.Command("bash", "-c", "/usr/bin/cp -rf ./tmp/* ./target/ ");
返回err为nil
但是用
exec.Command("/usr/bin/cp","-rf", "./tmp/*","./target/");
返回err为copy file error exit status 1
请问这2者到底是啥区别呢。。。为啥第二个会报错啊。。
有疑问加站长微信联系(非本文作者)