bug-coreutils
[Top][All Lists]
Advanced

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

bug#12249: not latin letters


From: Bob Proulx
Subject: bug#12249: not latin letters
Date: Tue, 21 Aug 2012 11:03:41 -0600
User-agent: Mutt/1.5.21 (2010-09-15)

tag 12249 + moreinfo unreproducible
retitle 12249 ls unable to list files with latin letters
thanks

gymka wrote:
> command "ls" not sees folders with not latin letters(in my case with
> Lithuanian). eg. there is folder "folderą" command "ls -d" don't sees
> it, command "ls" sees it.

I cannot reproduce this problem.  It works for me.

  $ mkdir testdir
  $ cd testdir
  $ mkdir folderą
  $ ls
  folderą
  $ ls -d folderą
  folderą
  $ ls -ldog folderą
  drwxrwxr-x 2 4096 Aug 21 11:01 folderą

All of that works as expected.

Please give us more information about the problem.  Please tell us
exactly what you are typing in and the output received.

You may be getting confused about the use of -d.  The FAQ entry on
this may help.  Please see this reference.

  
http://www.gnu.org/software/coreutils/faq/#ls-_002dd-does-not-list-directories_0021

Bob





reply via email to

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