:Manipulating files in a directory
Hello all,
I have been having a bit of trouble with a script that is very easy
to
develop in ksh. I am just trying to rotate logs.
some of the variables I declare are:
my $LOGDIR=/some/where/in/my/file/system
On Monday, August 19, 2002, at 03:53 , Leon, Yanet I,,DMDCWEST wrote:
> Hello all,
[..]
If I get your question - it is
how do I implement the standard syslog log roller in perl
you will want to do
perldoc -f rename
you may want to check out
http://www.wetware.com/dr
Yanet I wrote:
>
> Hello all,
Hello,
> I have been having a bit of trouble with a script that is very easy to
> develop in ksh. I am just trying to rotate logs.
>
> some of the variables I declare are:
> my $LOGDIR=/some/where/in/my/file/system/logdir;
> my $LOG=/some/where/in
Hello all,
I have been having a bit of trouble with a script that is very easy to
develop in ksh. I am just trying to rotate logs.
some of the variables I declare are:
my $LOGDIR=/some/where/in/my/file/system/logdir;
my $LOG=/some/where/in/my/file/system/logdir/logtorotate;
I h