Anthony J Segelhorst wrote:
>
> I am trying to wrap the following Unix command into perl and having a few
> issues:
>
> find /var/spool/Tivoli/backups -name "DB_*" -mtime +10 -print -exec ls {}
> \;
>
> I have tried (and nothing to seems to work):
>
> $temp = `find /var/spool/Tivoli/backups -na
--- Jeff Westman <[EMAIL PROTECTED]> wrote:
> Anthony J Segelhorst <[EMAIL PROTECTED]> wrote:
> > Anthony J Segelhorst <[EMAIL PROTECTED]> wrote:
> >
> > > I am trying to wrap the following Unix command into perl and having a
> > few
> > > issues:
> > >
> > > find /var/spool/Tivoli/backups -na
Anthony J Segelhorst <[EMAIL PROTECTED]> wrote:
> Anthony J Segelhorst <[EMAIL PROTECTED]> wrote:
>
> > I am trying to wrap the following Unix command into perl and having a
> few
> > issues:
> >
> > find /var/spool/Tivoli/backups -name "DB_*" -mtime +10 -print -exec ls
> {} \;
> >
> >
> > I
>
> Anthony J Segelhorst <[EMAIL PROTECTED]> wrote:
>
> > I am trying to wrap the following Unix command into perl and having a
> few
> > issues:
> >
> > find /var/spool/Tivoli/backups -name "DB_*" -mtime +10 -print -exec ls
> {} \;
> >
> >
> > I have tried (and nothing to seems to work):
)
1. I am using {} and not ()
2. Eventually I want to use this command to a remove rm, but I was
testing with an ls.
Anthony J Segelhorst
Enterprise Systems Management Team
Phone: 937-495-1876
Email: [EMAIL PROTECTED]
Jeff Westman <[EMAIL PROTECTED]>
12/12/2003 03:58 PM
To:
Anthony J Segelhorst <[EMAIL PROTECTED]> wrote:
> I am trying to wrap the following Unix command into perl and having a few
> issues:
>
> find /var/spool/Tivoli/backups -name "DB_*" -mtime +10 -print -exec ls {}
> \;
>
>
> I have tried (and nothing to seems to work):
>
> $temp = `find /var/s