ruebenramirez / blog

My blog
http://blog.ruebenramirez.com/
7 stars 0 forks source link

new curl commands #400

Open ruebenramirez opened 7 years ago

ruebenramirez commented 7 years ago

I wasn't familiar with all of these: https://n0where.net/how-to-curl-command-examples/?utm_source=cronweekly.com

continue a previous download:

curl -O http://somewebsite.com/somefile.tgz
ctrl-C
curl -C - -O http://somewebsite.com/somefile.tgz

lookup definition of word:

curl dict://dict.org/d:something