bug-coreutils
[Top][All Lists]
Advanced

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

Re: ls -p same as ls -F


From: Jim Meyering
Subject: Re: ls -p same as ls -F
Date: Fri, 22 Oct 2004 08:57:23 +0200

erkan yanar <address@hidden> wrote:
> Why is ls -p doing the same as ls -F? Thats in contradiction to susv3.

They don't always work the same for me:

  $ touch x; chmod a+x x
  $ /bin/ls -F x
  x*
  $ /bin/ls -p x
  x
  $ /bin/ls --version|head -n1
  ls (coreutils) 5.2.1

Please give a precise example (saying exactly what you expect)
and mention what version of ls you're using.




reply via email to

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