使用MAC终端下载文件(cURL)
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了使用MAC终端下载文件(cURL)相关的知识,希望对你有一定的参考价值。
cURL can be used in place of wgetUse this command to download a file into filesystem using terminal.
curl -O http://mirror.candidhosting.com/pub/apache/hadoop/core/stable/hadoop-0.20.2.tar.gz
以上是关于使用MAC终端下载文件(cURL)的主要内容,如果未能解决你的问题,请参考以下文章
python 一个终端代码片段,在mac上生成可启动的usb live CD,以运行类似ubuntu或debian的内容。