Date: Thu, 26 Dec 1996 08:35:37 +0200 (IST) From: Eli Zaretskii To: rob cc: djgpp AT delorie DOT com Subject: Re: Latest BASH cursor left/right strangeness In-Reply-To: <32BC735F.75745746@rozix.demon.co.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Sun, 22 Dec 1996, rob wrote: > Oh but there's one more thing, anyone know where I can get an ls for DOS > that doesn't do this ? > > $ ls foo > bar > $ ls foo/ > \bin\dir.exe: foo/: No such file or directory > > the second foo (with the slash is completed by bash) Where did you get that `dir.exe'? Is it from the DJGPP port of GNU Fileutils 3.13? If not, please download v2gnu/fil313b.zip from the DJGPP archives and install ls from there. It should have no problems dealing with such filenames. (And btw, why does `ls' call `dir.exe'?)