URL:
  <http://savannah.gnu.org/bugs/?21629>

                 Summary: Find with -iname switch cannot see filename
containing character "ä"
                 Project: findutils
            Submitted by: None
            Submitted on: Friday 23/11/07 at 04:24 UTC
                Category: find
                Severity: 3 - Normal
              Item Group: Wrong result
                  Status: None
                 Privacy: Public
             Assigned to: None
         Originator Name: 
        Originator Email: [EMAIL PROTECTED]
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.1.20
           Fixed Release: None

    _______________________________________________________

Details:

I had 1100 files in a folder called /mp3files
One of this files had the character "ä" in the filename, as the singer was
from somewhere in europe.
Find would give me the following:

find /mp3files/*.mp3 |wc -l           -> 1100 files
find /mp3files -iname *.mp3 |wc -l    -> 1099 files

So I found out that the -iname switch was not seeing the file with the "ä"
character... After renaming "ä" to "a", "find -iname" would then give me 1100
files...

I was using GNU find version 4.1.20





    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?21629>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/



Reply via email to