Download Something from a URL

Wget - The non-interactive network downloader.

Simplest download Example

wget http://example.com/file.zip

Download To Particular Directory

wget --directory-prefix="/Users/your_username/Downloads" http://example.com/file.zip