From: morche AT sat1 DOT de (Matthias Morche) Subject: Re: Poor perf of cd; pregnant pauses 22 Jul 1998 01:58:03 -0700 Message-ID: <35B4B4AB.6AB6FB59.cygnus.gnu-win32@sat1.de> References: <35B2A551 DOT 90D9AE52 AT hp DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: "Maillist, Cygnus" Andrew Sharp wrote: .... > As for the hang when you type a command that doesn't exist, I used to > have this problem on a Win95 OSR2 machine (never on NT), I'm pretty sure > it went away (it's gone now, so something made it go away) after I > painstakingly eliminated non-existant paths from the PATH variable. .... Another instance of this problem arises, when Novell defines a PATH like "Y:" which is translated into "//Y.". Unfortunately this invokes a search for a machine named "Y". The problem went away, whem I patched the path to give "//Y" instead: export PATH=`echo $PATH | sed 's=\(^\|:\)\(//[A-Z]\)\.\(/\|:\|$\)=\1\2\3='` Perhaps there' a better solution out there. -- Matthias Morche (mailto:morche AT sat1 DOT de) SAT.1 (http://www.sat1.de) >>> Linux: the greatest adventure game since the invention of the PC <<< - For help on using this list (especially unsubscribing), send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".