RE: Manipulating files in a directory

2002-08-20 Thread Leon, Yanet I,,DMDCWEST
: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

Re: Manipulating files in a directory

2002-08-19 Thread drieux
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

Re: Manipulating files in a directory

2002-08-19 Thread John W. Krahn
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

Manipulating files in a directory

2002-08-19 Thread Leon, Yanet I,,DMDCWEST
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