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