Re: simple script

2003-10-09 Thread Toto Gamez
thanks - Original Message - From: Anthony E. Greene To: [EMAIL PROTECTED] Sent: Thursday, October 09, 2003 9:26 PM Subject: Re: simple script On 09-Oct-2003/16:11 +0800, Toto Gamez <[EMAIL PROTECTED]> wrote:>anyone ca give me a simple script that whe

Re: simple script

2003-10-09 Thread Anthony E. Greene
On 09-Oct-2003/16:11 +0800, Toto Gamez <[EMAIL PROTECTED]> wrote: >anyone ca give me a simple script that when ppp0 is up it will issue the >command "add route -net 192.168.101.0 netmask 255.255.255.128 gw >192.168.101.126" Put the command in /etc/ppp/ip-up.local. T

Re: simple script

2003-10-09 Thread Thierry ITTY
t) hth A 16:11 09/10/2003 +0800, vous avez écrit : >hi >anyone ca give me a simple script that when ppp0 is up it will issue the command "add route -net 192.168.101.0 netmask 255.255.255.128 gw 192.168.101.126" > >thanks in advance > > >Toto > >Attachme

simple script

2003-10-09 Thread Toto Gamez
hi anyone ca give me a simple script that when ppp0 is up it will issue the command "add route -net 192.168.101.0 netmask 255.255.255.128 gw 192.168.101.126"   thanks in advance     Toto

Re: simple script question

2003-06-11 Thread Leonard Miller
use the 'date' command in your script Example: mv report.txt `date '+%d-%b-%Y'`.txt will move report.txt to 11-Jun-2003.txt see 'man date' for more info >>> [EMAIL PROTECTED] 06/11/03 02:31PM >>> Sorry if this question is a no brainier, I'm a little new to Linux. I have a standard file that

simple script question

2003-06-11 Thread Justin Northcraft
Sorry if this question is a no brainier, I'm a little new to Linux.   I have a standard file that is generated that I would like to have script run and change the name on that file automatically to the date of that day for archiving. IE. report.txt change to 6-11-03.txt or even just add anothe

Re: Help with simple script and lynx -dump

2001-04-18 Thread Matthew Melvin
On Wed, 18 Apr 2001 at 11:12pm (-0400), Wes Owen wrote: > I'm trying to get lynx to parse a .html document and write it out to > /tmp/file.txt. So I used the command: > > /usr/bin/lynx -dump -nolist > -term=vt100 /home/www/htdocs/index.html > > Which works great when I run it > when I'm logging

Help with simple script and lynx -dump

2001-04-18 Thread Wes Owen
I'm trying to get lynx to parse a .html document and write it out to /tmp/file.txt. So I used the command: /usr/bin/lynx -dump -nolist -term=vt100 /home/www/htdocs/index.html Which works great when I run it when I'm logging into the system, but when I try and run it from cron, I get the fol