Perl don't work well in "bash on ubuntu on windows"
I tried bash on ubuntu on windows in windows 10.
Perl have problems.
File::Find dosen't work
File::Find dosen't work. In bash on windows, hard link in directory count is "2" .
In this case File::Find assume the directory don't have sub directories.
# File::Find::_find_dir if ($nlink == 2 && !$no_nlink) { # This dir has no subdirectories. for my $FN (@filenames) { if ($Is_VMS) { # Big hammer here - Compensate for VMS trailing . and .dir # No win situation until this is changed, but this # will handle the majority of the ca…