/ Published in: Bash
Wget is a command line tool to download files from the internet.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
# download the source from the GNU wget website : ftp://ftp.gnu.org/gnu/wget/wget-1.11.tar.gz tar -xvf wget-1.11.tar.gz cd wget-1.11 ./configure make sudo make install
URL: http://www.mactricksandtips.com/2008/07/installing-wget-on-your-mac-for-terminal.html