Hi guys... I'm running a perl script from a Tru64 UNIX system. The script I am running is trying to traverse a VMS file share, that is being exported to look like a UNIX network file system.
When using the find command (ie find . -name "*.dif") it will find all of the files, directories and subdirectories.
When using File::Find though, the find command will not travel down subdirectories. I have checked, and as far as ls is concerned it is a directory, all of the subdirectories pass a -d test, yet the tools refuse to do a deep directory search on these VMS file systems. When I run the same code on a local file system it works as intended, so it isn't a coding error.
Is it possible that there is a parameter that I need to set to tell Find to do a deep search on a network file system, or any other thoughts on things to check? It just seems odd that there is this kind of an issue, and I'd rather not run a `find` command if I can help it.
Thanks guys!
Greg
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.