Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: Perl script to list recordings



On Sat, 21 Dec 2002 17:04:34 +0100, Emil Naepflein
<Emil.Naepflein@philosys.de> wrote:

> On Sat, 21 Dec 2002 14:43:35 +0100, Carsten Koch <Carsten.Koch@icem.de>
> wrote:
> 
> > Emil Naepflein wrote:
> > ...
> > > 	File::Find::finddepth({wanted => \&wanted}, $file);
> > 
> > is there an option like "-follow" on the "find" shell command
> > that follows symbolic links?
> 
> Please change the line
> 
> File::Find::finddepth({wanted => \&wanted}, $file);
> 
> to
> 
> File::Find::finddepth({wanted => \&wantedi, follow => 1}, $file);
> 

Sorry, with typo:

File::Find::finddepth({wanted => \&wanted, follow => 1}, $file);

Emil


--
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe vdr" as subject.



Home | Main Index | Thread Index