Tool: Using CURL to Download
How to download files straight from the command-line interface
The curl tool lets us fetch a given URL from the command-line. Sometimes we want to save a web file to our own computer. Other times we might pipe it directly into another program. Either way, curl has us covered.