bug-findutils
[Top][All Lists]
Advanced

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

[bug #16520] find is not finding certain strangely named files


From: Alexander Skwar
Subject: [bug #16520] find is not finding certain strangely named files
Date: Thu, 4 May 2006 06:21:37 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; de-DE; rv:1.8.0.2) Gecko/20060430 Firefox/1.5.0.2

URL:
  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=16520>

                 Summary: find is not finding certain strangely named files
                 Project: findutils
            Submitted by: askwar
            Submitted on: Donnerstag 04.05.2006 um 06:21
                Category: find
                Severity: 3 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
                 Release: None
           Fixed Release: None

    _______________________________________________________

Details:

On my Gentoo Linux system, I'm using find version 4.3.0 and have problems,
finding certan strangely named files. For example, in a local directory on a
tmpfs, I've got:

address@hidden /dev/shm/02 $ ls -la
insgesamt 916
drwxr-xr-x 2 alexander users     80  4. May 08:03 .
drwxrwxrwt 3 root      root      80  4. May 07:59 ..
-rw-r--r-- 1 alexander users 922538  6. Nov 16:00 [2005-04-14 20-17-09]
(0766) Sandra mit Cassandra auf Arm, Klinikum Barmen, Tag 23 -
Schwarz-Wei�:009f.jpg
-rw-r--r-- 1 alexander users    125  4. May 08:03 dateien.txt

Now I'm trying to find the jpg file with find:

address@hidden /dev/shm/02 $ find . -name "*jpg"
address@hidden /dev/shm/02 $

As you see, NOTHING is found. 

I suppose, this is because of the following characters:

                 �:009f

Instead of "�:009f", it should be a simple "ß", so it should read
"Schwarz-Weiß".

address@hidden /dev/shm/02 $ find . -fprint dateien.txt ; hexdump -C
dateien.txt | grep jpg
00000070  65 69 c3 3a 30 30 39 66  2e 6a 70 67 0a           |ei.:009f.jpg.|

As you can see here, the � is a 0x3c character.

Now, my question is - why is find not finding the file?

All of this is NOT happening on a non-Gentoo system with find 4.1.20.


I also reported this bug to Gentoo. See bug report at
http://bugs.gentoo.org/show_bug.cgi?id=132206






    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=16520>

_______________________________________________
  Nachricht geschickt von/durch Savannah
  http://savannah.gnu.org/





reply via email to

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