cURL / Mailing Lists / curl-users / Single Mail

curl-users

easier automatic download of latest snapshots

From: Daniel Stenberg <daniel-curl_at_haxx.se>
Date: Thu, 25 Mar 2004 16:24:14 +0100 (CET)

Hey

Since I suddenly had to do it myself, I noticed it wasn't that easy to
autodownload the latst snapshot due to my recent HTMLifications.

I've corrected this situation now, and you can figure out the most recent
files like this:

  curl -s http://cool.haxx.se/curl-daily/ | \
  grep "NEWEST tar.bz2" | \
  cut "-d " -f3

You can of course change package format above as you see fit.

-- 
     Daniel Stenberg -- http://curl.haxx.se -- http://daniel.haxx.se
      Dedicated custom curl help for hire: http://haxx.se/curl.html
Received on 2004-03-25