tag 16730 notabug thanks On 02/12/2014 07:45 AM, Radko Dinev wrote: > user@host ~$ ls -dF somedir > somedir/ > > user@host ~$ ls -dF somedir/ > somedir// > > Notice the double trailing slash which shouldn't be there in the second > example. Not a bug. Consider: $ touch '*' $ chmod +x '*' $ ls -F '*' ** ls -F is merely appending the indicator on the end of the name as you typed it in, even if it results in what looks like a double indicator. Where it gets interesting is on systems where / and // are distinct, but for consistency, we still do: $ \ls -Fd / // // /// -- Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org