Download a file using Terminal in MAC (cURL)


/ Published in: Bash
Save to your folder(s)

cURL can be used in place of wget
Use this command to download a file into filesystem using terminal.


Copy this code and paste it in your HTML
  1. curl -O http://mirror.candidhosting.com/pub/apache/hadoop/core/stable/hadoop-0.20.2.tar.gz

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.