From: Nathan Phillips Newsgroups: comp.os.msdos.djgpp Subject: Re: djgpp bash under NT 4.0 Date: Mon, 17 Feb 1997 17:55:05 +0000 Organization: Oxford University Lines: 11 Message-ID: References: <856142495 DOT 3914 AT dejanews DOT com> Reply-To: Nathan DOT Phillips AT St-Hughs DOT ox DOT ac DOT uk NNTP-Posting-Host: ug2.sthughs.ox.ac.uk Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII In-Reply-To: <856142495.3914@dejanews.com> To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp On Sun, 16 Feb 1997 martin AT fieldhouse DOT com wrote: > If I double click the C:\Djgpp\bin\bash.exe file in Explorer, I get a > MS-DOS window with a 'bash$' prompt but it recognizes no Unix commands > such as ls, w, cd .. etc. The only command it accepts is 'exit' - a > recognized DOS command I suspect :-( No, exit is one of the few commands built into bash (set, alias, ... are others - see man bash under unix for details). ls is a seperate program. cd shouldn't be though.