13 - Ubuntu Tutorial - The Linux command line for beginners - curl - transfer a URL
what is curl in ubuntu ?
curl is a tool to transfer data from or to a server.
you can use the user manual for curl command to get more information and details, type the following in terminal:
man curl
curl [options / URLs]
URL is for example www.google.com
type the following in terminal :
curl www.google.com
it/curl downloaded or called data in html format.