in reply to Re: find () command does not process all symlinks
in thread find () command does not process all symlinks
Hi Hippo (and other generous Monks...), it is a continuation of my previous request. i am attaching an example. please note that i tried changing the 'follow' option with 'follow_fast' which did not help or 'follow_skip' which offers only die or ignore possibilities that does not fit me. thanks, Yaron.
use File::Find; find({wanted => \&search_tcl_files, follow => 1},$directory);
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: find () command does not process all symlinks
by hippo (Archbishop) on Apr 27, 2024 at 11:00 UTC | |
Re^3: find () command does not process all symlinks
by Marshall (Canon) on Apr 27, 2024 at 11:01 UTC | |
by ypreisler (Novice) on Apr 27, 2024 at 16:08 UTC |