brew install wget
This is adapted from the following article: https://www.rosehosting.com/blog/wget-command-examples/
wget http://gpxdb.com/samples.zip
wget -P /opt/gpxdb http://gpxdb.com/samples.zip
wget -r -p http://gpxdb.com
brew install wget
This is adapted from the following article: https://www.rosehosting.com/blog/wget-command-examples/
wget http://gpxdb.com/samples.zip
wget -P /opt/gpxdb http://gpxdb.com/samples.zip
wget -r -p http://gpxdb.com