Mac OS X Yosemite Installing wget Tool
The Unix Tutorial shows you Step-by-Step How to Install Command Line Wget Tool for macOS 10.10 Yosemite BSD/Unix.
GNU Wget is a free utility for non-interactive download of files from the Web. It supports HTTP, HTTPS, and FTP protocols, as well as retrieval through HTTP proxies.
-
How to Install HomeBrew for macOS 10.10 Yosemite.
-
Open a Command Line Terminal Window
Applications > Utilities > Terminal
(Press “Enter” to Execute Commands)In case first see: Terminal QuickStart Guide.
-
Installing Wget Utility.
sudo brew install wget
-
General Command to Download with Wget.
wget http://[myLink]