【发布时间】:2017-03-25 20:44:54
【问题描述】:
这两个 Bash 命令有什么区别? :
bash <(curl -sL https://raw.githubusercontent.com/node-red/raspbian-deb-package/master/resources/update-nodejs-and-nodered)
curl -sL https://raw.githubusercontent.com/node-red/raspbian-deb-package/master/resources/update-nodejs-and-nodered | bash
第一个命令给了我这个提示:
Are you really sure you want to do this ? (y/N) ?
但第二个没有。
【问题讨论】:
标签: bash