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
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-
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
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
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
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
"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
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/
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
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
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
11 matches
Mail list logo