Michael Prokop <[EMAIL PROTECTED]> wrote:
> Package: coreutils
> Version: 6.0-1
> Severity: normal
>
>
> The '-F' option of ls in coreutils 6.0-1 (from experimental)
> produces a strange listing:
>
> % ls --version | head -1
> ls (GNU coreutils) 6.0
>
> % ls -F
> 01-usb.rules  foo*           grml.log     random-hostname*
> adduser       fstype*        hostnamen*   random.sh*
> air-1.2.8/     gatling-0.8/    hw/           rdestop
>               ^              ^^           ^^^
> The whitespaces should not be there.

Thanks for the report.
I think that has been fixed upstream for a while.
If it's what I think it is, then the bug is dependent on
the type of file system (presence or absence of d_type support).

I tried to reproduce it using stock coreutils-6.4, on tmpfs
and ext3, but couldn't:

touch 01-usb.rules grml.log adduser rdestop random-hostname foo
touch fstype hostnamen random.sh
chmod a+x random-hostname foo fstype hostnamen random.sh
mkdir air-1.2.8 gatling-0.8 hw

$ ls -w80 -F
01-usb.rules  foo*          grml.log    random-hostname*
adduser       fstype*       hostnamen*  random.sh*
air-1.2.8/    gatling-0.8/  hw/         rdestop


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to