Date: Tue, 1 Oct 1996 08:46:07 +0200 (IST) From: Eli Zaretskii To: Daisuke Aoyama Cc: djgpp-workers AT delorie DOT com Subject: Re: bash 1.14.7 is available In-Reply-To: <199609221739.CAA27066@mars.st.rim.or.jp> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Mon, 23 Sep 1996, Daisuke Aoyama wrote: > I put new release and diffs on alpha page. You can get it from: I found something strange about the `(commands)' construct. Try this: bash -c '(cd .. | ls)' You will see the listing of the *current* directory, not of its parent, from `ls'. I've tried this with a Unix `sh', and it works the same, but `ms_sh' does produce the listing of the parent (and I do find this latter behavior more intuitive). What am I missing here? Btw, if you replace `|' with a `;', it lists the parent directory.