标签: curl
我在网上看到很多这样的例子:
curl -o- <url> | bash
-o-选项不是只写到stdout吗?为什么不就忽略它呢?还是-o-选项正在做其他事情?有没有办法使它更明确?
curl --stdout <url> | bash