Re: Writting scripts

2007-05-08 Thread Lennart Sorensen
On Tue, May 08, 2007 at 02:10:29PM +0100, John Fieldsend wrote: > hope some of you can help or give me pointers on where to start > > I want to write a script that will execute ecery 30 mins, the script > will get my networks WAN IP using > > wget -q -O - checkip.dyndns.org|sed -e 's/.*Current IP

Re: Writting scripts

2007-05-08 Thread Daniel Kahn Gillmor
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue 2007-05-08 09:10:29 -0400, John Fieldsend wrote: > I want to write a script that will execute ecery 30 mins, the script > will get my networks WAN IP using > > wget -q -O - checkip.dyndns.org|sed -e 's/.*Current IP Address: //' -e > 's/<.*$//'

Writting scripts

2007-05-08 Thread John Fieldsend
Hey guys hope some of you can help or give me pointers on where to start I want to write a script that will execute ecery 30 mins, the script will get my networks WAN IP using wget -q -O - checkip.dyndns.org|sed -e 's/.*Current IP Address: //' -e 's/<.*$//' i need to store that IP address in a