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 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Subject: RE: Piping output from sqlplus Date: Thu, 16 Dec 2004 13:36:19 -0800 Message-ID: <407DF7D68DD30440B5CEB70ED234D1CF053F6C65@excuswa100.americas.unity> X-MS-Has-Attach: X-MS-TNEF-Correlator: From: "Bakken, Luke" To: "Chuck" , X-OriginalArrivalTime: 16 Dec 2004 21:36:22.0288 (UTC) FILETIME=[4961C100:01C4E3B7] X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id iBGLaWs2004079 > 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 -- 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/