Find.find does not find orphaned links?

W

Wybo Dekker

Find.find does not seem to find orphaned links:

Downloads>ln -s /nonexistent
Downloads>ls -l
total 0
lrwxrwxrwx 1 wybo users 12 Nov 15 14:15 nonexistent -> /nonexistent
Downloads>irb
irb(main):001:0> require 'find'
=> true
irb(main):002:0> Find.find('.') do |f| puts f end
 
Y

Yukihiro Matsumoto

Hi,

In message "Re: Find.find does not find orphaned links?"

|Find.find does not seem to find orphaned links:

It's a bug. Thank you.

matz.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,731
Messages
2,569,432
Members
44,832
Latest member
GlennSmall

Latest Threads

Top