Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
From: "Jeffrey Jopling" <jeff.jopling@indlogic.com>
To: "hrishy" <hrishys@yahoo.co.uk>, "Corinna Vinschen" <cygwin@cygwin.com>
Subject: RE: cygiwn newline character
Date: Thu, 18 Oct 2001 13:13:11 -0400
Message-ID: <NFBBJFGFPMIGIDBLLDJBOEKJCAAA.jeff.jopling@indlogic.com>
MIME-Version: 1.0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0)
In-Reply-To: <20011018092258.28625.qmail@web12605.mail.yahoo.com>
Importance: Normal
X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300

>i am running the following programme under windows 
>#!/bin/sh
>echo hello world '\t' hi there

Try:

#!/bin/sh
echo -e 'hello world \t hi there'

Jeff

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

