Date: Sun, 2 Feb 1997 10:14:31 +0200 (IST) From: Eli Zaretskii To: Alexander Huber cc: djgpp AT delorie DOT com Subject: Re: Bash? stty? In-Reply-To: <32F0D5E9.B23@cosy.sbg.ac.at> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Thu, 30 Jan 1997, Alexander Huber wrote: > I also downloaded bsh1147b.zip and now I'm wondering if it is of any use > on a machine such as mine. I mean, can I use passwords, group IDs, > subshells, etc. Is there any bash info file which you can reach from > (dir)top using info.exe or emacs? Bash is only documented on a man page (info/bash.1). > bash) and the sh-util documentation tells me that there would be a > command called "stty". I tried to invoke this command after launching > bash but it can't find this command. Is this an installation fault? `stty' makes no sense on MS-DOS, since you cannot change the way your terminal behaves in a way that `stty' does on Unix. So the DJGPP port of Sh-utils doesn't include that program.