Return to Snippet

Revision: 55993
at March 4, 2012 02:36 by beneberle


Initial Code
curl wordpress.org/latest.tar.gz > wordpress-latest.tar.gz

Initial URL


Initial Description
This example will go get the latest version of wordpress and save it as "wordpress-latest.tar.gz" in the current directory. Note, don't include the protocal (http://) in the url.

Initial Title
Simple cURL example

Initial Tags
curl, unix

Initial Language
Bash