Wednesday, September 17, 2008

Mac OS X wget alternative

WGet is not a native part of OSX; try curl instead.

1 comment:

Breckenridge said...

Here is a simple workaround using curl. In terminal just copy and paste the following:

echo 'alias wget="curl -O"' >> ~/.bash_profile

start a new shell session and you can use wget as usual.