【发布时间】:2015-11-26 15:19:27
【问题描述】:
我想下载一个可从此链接访问的图像:https://www.python.org/static/apple-touch-icon-144x144-precomposed.png 到我的本地系统中。现在,我知道curl 命令可用于通过终端下载远程文件。因此,我在终端中输入了以下内容,以便将图像下载到本地系统中:
curl https://www.python.org/static/apple-touch-icon-144x144-precomposed.png
但是,这似乎不起作用,因此显然还有其他方法可以使用 curl 从 Internet 下载图像。使用此命令下载图像的正确方法是什么?
【问题讨论】:
-
However, this doesn't seem to work你有什么输出? -
查看我的答案以了解会输出的内容
标签: linux ubuntu curl terminal ubuntu-14.04