Hello,

I believe that I have found a bug in "ls":
The character \177 is listed as \133.

For instance:

$ touch $'test\177xx'
$ ls -b
test\133xx


Some information on the "environment":

$ ls --version
ls (GNU fileutils) 4.0

$ ldd /bin/ls
        libc.so.6 => /lib/libc.so.6 (0x40018000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)

$ echo $SHELL      
/bin/bash

$ bash --version
GNU bash, version 2.03.0(1)-release (i586-pc-linux-gnu)
Copyright 1998 Free Software Foundation, Inc.


Happy bug hunting,
                   Peter

Reply via email to