[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: BUG: ls -ld directory/
From: |
Paul Jarc |
Subject: |
Re: BUG: ls -ld directory/ |
Date: |
Sat, 04 Mar 2006 16:45:18 -0500 |
User-agent: |
Gnus/5.110003 (No Gnus v0.3) Emacs/21.4 (gnu/linux) |
G C McNeil-Watson <G.C.McNeil-Watson@bath.ac.uk> wrote:
> 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//
>
> The directory and the first slash appear in blue on my terminal, trailing
> slash in black.
You probably have ls aliased to 'ls -F', or some combination of
options that includes -F. (Check with "alias ls".) Read the
documentation for ls to see if there is a different combination of
options that gives you the behavior you want. If you can't find it,
you can write to bug-coreutils@gnu.org to submit a feature request.
paul