Hi! Can anyone else see this behaviour? I could reproduce it on two different OS:
$ mkdir asd[fgh]jkl $ mkdir asd[fg]hjkl $ cd asd <-- now press the completion key, in my case TAB $ cd asd\[fg <-- ksh completed the name partially, so I add another character to narrow my options to exactly one: $ cd asd\[fgh <-- press completion key nothing happens, ksh won't complete it to the full 'asd[fgh]jkl' name. This only happens, when the directory/file has a '[' character in its name. This is on a 4.3 system, but other operating systems' kshs are also affected. Daniel -- LEVAI Daniel PGP key ID = 0x4AC0A4B1 Key fingerprint = D037 03B9 C12D D338 4412 2D83 1373 917A 4AC0 A4B1

