[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: BUG: ls -ld directory/
From: |
Eric Blake |
Subject: |
Re: BUG: ls -ld directory/ |
Date: |
Sat, 04 Mar 2006 21:16:14 +0000 |
>
> If you do an
>
> ls -ld directory/
>
> for some existing directory then the output contains TWO trailling
> slashes:
>
> drwx------ 2 pypgcm users 4096 Aug 16 2005 directory//
>
> I believe this is a bug.
This is not a bash problem, so you should have mailed the
bug-coreutils mailing list. However, my guess is that you have
an alias in place such that you are executing 'ls -F' or 'ls -p'
rather than 'ls'. Try 'type ls' to learn more about what is really
happening, before incorrectly calling this a bug.
--
Eric Blake