P. S. I accidentally mailed you not paying attention it was not the bug I'm replying to but your email. I am sorry :)I see. Thank you, Eric!All the best! :)
On Wed, Feb 12, 2014 at 7:08 PM, Eric Blake <eblake@redhat.com> wrote:
On 02/12/2014 10:03 AM, Radko Dinev wrote:https://rwmj.wordpress.com/2010/11/08/want-help-dont-email-me-directly/
> $ ls -d somedir
> somedir
> $ ls -d somedir/
> somedir/
> $ ls -d ./somedir
> ./somedir
> $ ls -d ./somedir/
> ./somedir/
>
> It's the same directory being referred to in 4 different ways and shown
> with 4 different filenames in ls.
> Just wondering whether ls should somehow "normalize" the file name?
But no, ls should not normalize file names that the user typed, as it
would violate POSIX.