[antlr-interest] intermediate builds web page

Ana Nelson nelson.ana at gmail.com
Tue Mar 4 13:12:12 PST 2008


I don't know why but here's my workaround (I was bored):

latest=`curl http://www.antlr.org/download/build/ | egrep -o
'antlr-[0-9\.-]*.tar.gz' | sort | tail -n1`
echo "about to download $latest"
curl -O http://www.antlr.org/download/build/$latest

Maybe someone can get that down to 1 line with xargs or something. :-)



On 04/03/2008, Mark Volkmann <r.mark.volkmann at gmail.com> wrote:
>
> I've often wondered why the web page for downloading intermediate
> builds list them in a seemingly random order. I'm referring to
> http://www.antlr.org/download/build/. Why isn't the latest at the top
> or bottom of the list?
>
>
> --
> R. Mark Volkmann
> Object Computing, Inc.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.antlr.org/pipermail/antlr-interest/attachments/20080304/c264d4a8/attachment.html 


More information about the antlr-interest mailing list