Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com To: cygwin AT cygwin DOT com From: Chuck Subject: Re: Piping output from sqlplus Date: Fri, 17 Dec 2004 11:26:15 -0500 Lines: 22 Message-ID: References: <407DF7D68DD30440B5CEB70ED234D1CF053F6C65 AT excuswa100 DOT americas DOT unity> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet AT sea DOT gmane DOT org X-Gmane-NNTP-Posting-Host: f12d06i01.advancemags.com User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) In-Reply-To: <407DF7D68DD30440B5CEB70ED234D1CF053F6C65@excuswa100.americas.unity> X-IsSubscribed: yes Bakken, Luke wrote: >>Why would ksh behave differently under Cygwin than under Solaris? > > > cygwin ksh is pdksh. The specific set of code you gave does not work in > pdksh. Read about it here: > http://web.cs.mun.ca/~michael/pdksh/ > > "Its weak points are that there are still a few differences from ksh88 > (the major one is that `echo hi | read x' does not set x in the current > shell - the read is done in a separate process). See the NOTES file in > the distribution for more details." > > You can get a Cygwin ksh from www.kornshell.com > This is working just perfectly thanks. I would like to note (for the archives) that this ksh does not support the -l option. If you want to use it for a login shell so that it runs /etc/profile and $HOME/.profile automatically, make a copy of it named -ksh and run that from your windows batch file. I tried just creating a symlink named -ksh first, but Windows didn't like it. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/