On Tue, Oct 14, 2008 at 03:22:32PM +0200, Tomas Bodzar wrote: > Hi all, > > have you same "problem" ? Look at $ls -lF /bin > There is a [* and test* ,both binaries do the same and cmp(1) says,that > they are same. > > Am I missing something or it's bug?
you are missing the lesson in history in unix shell scripting :-)
they are not doubled, they are hard links:
$ ls -i /bin/{test,[}
25985 /bin/[ 25985 /bin/test

