This could be a pretty obvious one to a lot of people but it’s just so handy. This will download a file from example.com to your local directory
curl -O http://example.com/somefile.tar.gz
Really handy when you’re administering a remote server and need to pull down files.