RE: [Perl-unix-users] Removing a set of consecutive file names from a directory

2003-12-01 Thread Matt Schneider
AM To: [EMAIL PROTECTED] Subject: [Perl-unix-users] Removing a set of consecutive file names from a directory It sounds simple but here is the situation. I have DB2 creating log files. Each file name is consecutive. Eg: S628.LOG S629.LOG S630.LOG S631.LOG S632.LOG S633.LOG

Re: [Perl-unix-users] Removing a set of consecutive file names from a directory

2003-12-01 Thread $Bill Luebkert
Craig Sharp wrote: > It sounds simple but here is the situation. > > I have DB2 creating log files. Each file name is consecutive. > > Eg: > > S628.LOG > S629.LOG > S630.LOG > S631.LOG > S632.LOG > S633.LOG > S634.LOG > S635.LOG > S636.LOG > S637.LOG > S

Re: [Perl-unix-users] Removing a set of consecutive file names from a directory

2003-12-01 Thread $Bill Luebkert
Craig Sharp wrote: > It sounds simple but here is the situation. > > I have DB2 creating log files. Each file name is consecutive. > > Eg: > > S628.LOG > S629.LOG > S630.LOG > S631.LOG > S632.LOG > S633.LOG > S634.LOG > S635.LOG > S636.LOG > S637.LOG > S

[Perl-unix-users] Removing a set of consecutive file names from a directory

2003-12-01 Thread Craig Sharp
It sounds simple but here is the situation. I have DB2 creating log files. Each file name is consecutive. Eg: S628.LOG S629.LOG S630.LOG S631.LOG S632.LOG S633.LOG S634.LOG S635.LOG S636.LOG S637.LOG S638.LOG S639.LOG S640.LOG The DBA wants m