PDA

View Full Version : [ubuntu] Curl



Liliitha
February 19th, 2009, 06:58 AM
How do I install Curl? and how do I use it?

mikewu
February 19th, 2009, 07:38 AM
sudo apt-get install curl

To use:
curl url

If it's just like that, curl will display the file

curl url > file

Will save it on your computer.

Read the manpages for more details.