POV-Ray : Newsgroups : povray.off-topic : Sound Cloud : Re: Sound Cloud Server Time
29 Jul 2024 06:14:22 EDT (-0400)
  Re: Sound Cloud  
From: Eero Ahonen
Date: 18 Aug 2012 17:48:22
Message: <50300da6@news.povray.org>
Darren New wrote:
>
> And almost everything you might have used Lynx for in the past people
> now use wget to do.
>

Which is great, if you actually want the file. If you just want to push 
the HTML -source to parserer, lynx -source might be handier. One might 
also be intrested of output of lynx -dump.

For example, to get the result numbers of Nordic lottery (Viking-Lotto):

lynx -source http://www.yle.fi/tekstitv/txt/P472_01.html|grep -i 
numero|cut -d ">" -f 4|cut -d " " -f 1

This gives you three lines. The first one has the actual numbers, second 
one has additional numbers and the last on is called lucky number. 
Really easy to handle furthermore :-).

-Aero


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.