bug-coreutils
[Top][All Lists]
Advanced

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

bug#15828: behavior of ls -f


From: Bernhard Voelker
Subject: bug#15828: behavior of ls -f
Date: Thu, 07 Nov 2013 22:34:53 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130329 Thunderbird/17.0.5

On 11/07/2013 07:54 PM, Aharon Robbins wrote:
> And even if I set POSIXLY_CORRECT GNU/Linux ls doesn't turn off -l.

Maybe I've misread the whole thread, but GNU coreutils ls(1) turns
off -l when the -f option follows:

  $ src/ls -lf AUTHORS NEWS
  AUTHORS  NEWS

while -l wins after -f:

  $ src/ls -fl AUTHORS NEWS
  -rw-r--r-- 1 berny users   3669 Feb 10  2013 AUTHORS
  -rw-r--r-- 1 berny users 167110 Nov  5 08:52 NEWS

I don't see an issue there.

Have a nice day,
Berny






reply via email to

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