View Single Post
  #11   Report Post  
Old October 11th 04, 04:17 PM
AB2RC
 
Posts: n/a
Default

On 2004-10-11, AB2RC wrote:

wget -O - http://oh2aq.kolumbus.com/dxs/hfdx25.html? | grep $WANTED_DX |
mailto -s DX $EMAIL_ADDRESS

substitute $WANTED_DX and $EMAIL_ADDRESS as required.



Thinking about a bit more, it would probably be better to use lynx instead
of wget, as the output would be a bit cleaner

lynx -dump http://oh2aq.kolumbus.com/dxs/hfdx25.html? | grep $WANTED_DX |
mailto -s DX $EMAIL_ADDRESS

as usual with *NIX, there is more than one way to skin a cat.

--
Alex / AB2RC
There are two rules for success in life:
Rule 1: Don't tell people everything you know.