-
Notifications
You must be signed in to change notification settings - Fork 36
wget
Tim L edited this page Jul 19, 2014
·
6 revisions
This page describes some useful wget options. We use http://data.semanticweb.org/dumps/ as an example site to retrieve.
Options and what they mean is shown here
mkdir -p source && pushd source
wget --mirror -e robots=off --no-parent $web_directory
popd
wget --mirror -e robots=off -A owl,rdf,ttl,nt,n3 --no-parent $web_directory
Places we use wget: