bug-coreutils
[Top][All Lists]
Advanced

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

Re: [PATCH] ls --group-directories-first: symlinks to dirs are dirs too


From: Bert Wesarg
Subject: Re: [PATCH] ls --group-directories-first: symlinks to dirs are dirs too
Date: Tue, 12 Feb 2008 17:50:23 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.8.1.9) Gecko/20071031 Thunderbird/2.0.0.9 Mnenhy/0.7.5.0

Jim Meyering wrote:
Bert Wesarg <address@hidden> wrote:
With the --group-directories-first option, ls shows directories on top of all
non directory entries, but IMHO symlinks to directories should be handle as
directories as well.

Thanks for the patch, but a change in behavior like that
requires some serious justification.
I read the thread in the mail archive. Eric Blake questioned the symlink 
behavior in the first reply (still in the patch tracker):

Your patch does not take into account what behavior should be used
with symlinks to dirs - are they grouped with directories, or with
files, or does it depend on other options (such as -L)?

And indeed a -L with --group-directories-first does sort symlinks to 
directories like directories. But they don't look like symlinks anymore.

Anyway, this fact was not really discussed, Francesco decided that symlinks to 
directories are non-directories and no one objected.

Currently there is no test for this option, even Francesco has posted one which 
also consider symlinks, and the documentation for this options doesn't mention 
symlinks too. So, IMHO there is no change in documented behavior with this 
patch.

Therefor I change this to an RFC, to further discuss this question.

Regards
Bert




reply via email to

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