From: Damian Yerrick Newsgroups: comp.os.msdos.djgpp Subject: Re: bash-2.04 Organization: Pin Eight Software http://pineight.8m.com/ Message-ID: References: <94360j$lgc AT atlas DOT lcc DOT net> X-Newsreader: Forte Agent 1.7/32.534 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 28 X-Trace: /KHlxNp8/bXYlf7pojfiPbcWb4QQ0lowF/Cudug9UfZAlmT6up1svoAEefwGCyJjRLL3h59su/v8!AqWd3ivkxnojRYPYretSinEJyOc8G/it88JElISTsw//LpTJH0rWp5UMyAAi8C3KCxBbh+7eyhqV!0XtN0A== X-Complaints-To: abuse AT gte DOT net X-Abuse-Info: Please be sure to forward a copy of ALL headers X-Abuse-Info: Otherwise we will be unable to process your complaint properly NNTP-Posting-Date: Wed, 17 Jan 2001 05:18:34 GMT Distribution: world Date: Wed, 17 Jan 2001 05:18:35 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com On Tue, 16 Jan 2001 22:06:47 -0600, "mike friedrichs" wrote: >I have some quires regarding bash ported to djgpp. > >does this mean that bash 2.04 will run from dos(real mode) >or dos (protected mode). All DJGPP programs run in protected mode through DPMI. >once you are in bash how do you do a directory; is it 'ls' or 'dir'. ls >I tried using 'ls' and 'dir' after running 'bash'. neither worked. > >is there some other command line needed. If you want to use bash, you should also download and install GNU Fileutils and Textutils (fil*b.zip and txt*b.zip). They contain binaries that implement most of the "Unix commands" you're used to. >i believe that bash actually calls 'command.com'; is this correct. Only if you say bash-2.04$ command.com /c dir Is there a way to get ls to default to --color=auto ?