On 13/04/11 08:10, Rick Welykochy wrote: > Scott Finneran wrote: > >> The files have different inodes and the filesystem is ext3. From what I know, >> this shouldn't be possible, so I'm assumed that there are some non-printable >> characters in the filename. ls -d doesn't show any however. >> >> Anyone hits with he clue-bat would be appreciated > > Perhaps try this: > > ls -1 | hexdump -C > > and you can see the filename chars in hex and ascii. If you > have UTF-8 as your charset, similar looking characters could > be different unicodes.
Jackpot! Similar unicode characters were the culprit. Now to figure out what is causing it.... Cheers, Scott -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
