File downloads over the command line via CURL

This could be a pretty obvious one to a lot of people but it’s just so handy. This will download a file from somewhere.com to your local directory

curl -O http://somewhere.com/somefile.tar.gz

Really handy when you’re administering a remote server and need to pull down files.

Leave a Reply