Re: script help

2004-12-29 Thread Darryl Clarke
On Wed, 29 Dec 2004 15:26:17 +0100, Bob Alexander <[EMAIL PROTECTED]> wrote: > I keep a few different kernel source trees under /usr/src and each of > them has a different .config file. > > Part of my pre-backup script I would like to run a command such as > > find /usr/src -name .config > > for

Re: script help

2004-12-29 Thread Joris Huizer
Bob Alexander wrote: I keep a few different kernel source trees under /usr/src and each of them has a different .config file. Part of my pre-backup script I would like to run a command such as find /usr/src -name .config for example: /usr/src/kernel-source-2.6.9-rja/.config /usr/src/linux-2.6.10-

Re: Script help

2003-09-07 Thread Jeff Elkins
On Sunday 07 September 2003 1:10 am, Dave Carrigan wrote: >On Sat, Sep 06, 2003 at 10:03:09PM -0400, Jeff Elkins wrote: >> I'm doing a lot of work with a Sharp Zaurus which requires several >> re-flashes of the box daily - With my initrd.bin, ssh keys on the Z >> regenerate with each flash. As a co

Re: Script help

2003-09-06 Thread Dave Carrigan
On Sat, Sep 06, 2003 at 10:03:09PM -0400, Jeff Elkins wrote: > I'm doing a lot of work with a Sharp Zaurus which requires several re-flashes > of the box daily - With my initrd.bin, ssh keys on the Z regenerate with each > flash. As a consequence, my host .ssh/known_hosts is frequently outdated

Re: Script help

2003-09-06 Thread Karsten M. Self
on Sat, Sep 06, 2003 at 10:03:09PM -0400, Jeff Elkins ([EMAIL PROTECTED]) wrote: > I'm doing a lot of work with a Sharp Zaurus which requires several > re-flashes of the box daily - With my initrd.bin, ssh keys on the Z > regenerate with each flash. As a consequence, my host .ssh/known_hosts > is

Re: script help

2000-11-09 Thread Erik Steffl
man find erik Chris Mason wrote: > > I need to come up with a bash shell script that deletes all the files in a > folder older than N days. I'm not sure how to test for file age so I can't > get it done myself, can someone suggest a way? > > Chris Mason > Box 340, The Valley, Anguilla

Re: script help

2000-11-07 Thread Mike Quin
"Chris Mason" <[EMAIL PROTECTED]> writes: > I need to come up with a bash shell script that deletes all the files in a > folder older than N days. I'm not sure how to test for file age so I can't > get it done myself, can someone suggest a way? use find(1) with the mtime flag, e.g. find /tmp -t

Re: Script help...............

1998-10-27 Thread Phillip Neumann
Michael Beattie wrote: > On Mon, 26 Oct 1998, Phillip Neumann wrote: > > > Hi debian world... > > > > > > > > > > Im not know very much about scripts so i need some help with one.. > > > > Here my situation: > > > > A script will be executed when i call to my linux box... here it is: > > > > /etc/

RE: Script help...............

1998-10-27 Thread Shaleh
Dunno why you are doing it this way so let me ask. Why are you not using the scripts in /etc/ppp/ip-{up,down}?? The IP address of the connection is passed to the scripts on login. So you are guaranteed to get a good IP. If this is not useful for some reason contact me and I can get your script

Re: Script help...............

1998-10-27 Thread Michael Beattie
On Mon, 26 Oct 1998, Phillip Neumann wrote: > Hi debian world... > > > > > Im not know very much about scripts so i need some help with one.. > > Here my situation: > > A script will be executed when i call to my linux box... here it is: > > /etc/init.d/xringd stop > /root/IP_MAIL > pon in

Re: Script help

1997-06-12 Thread gvl
kill -l for a list of the names attached to the numbers man 7 signal for a more exhaustive explanation. On 10 Jun 97, Andy J. Smith wrote regarding: __ Re: Script help __ > On Mon, 9 Jun 1997, J. Paul Reed wrote: > > [different types of signals] > > > Do you know what -1