bug-findutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #21629] Find with -iname switch cannot see filename containing char


From: anonymous
Subject: [bug #21629] Find with -iname switch cannot see filename containing character " ä "
Date: Fri, 23 Nov 2007 04:24:55 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-GB; rv:1.8.1.9) Gecko/20071025 Firefox/2.0.0.9

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: address@hidden
             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

[Prev in Thread] Current Thread [Next in Thread]