browsing data
Using cURL
curl -Vto check that cURL is workingcurl http://www.ifsc.edu.brto get the content of the URIcurl -I http://www.ifsc.edu.brto get the header of the URIcurl -L http://www.ifsc.edu.brfollow the links (redirects)curl -L -H "Accept: text/turtle" http://dbpedia.org/resource/Tim_Berners-Leeget the turtle content provided by the referenced URI
Sources
Last updated
Was this helpful?