Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Reply-To: From: "Alec Mihailovs" To: "hrishy" Cc: "Cygwin" Subject: RE: cygiwn newline character Date: Thu, 18 Oct 2001 13:06:29 -0400 Message-ID: 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.2911.0) Importance: Normal In-Reply-To: <20011018092258.28625.qmail@web12605.mail.yahoo.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-OriginalArrivalTime: 18 Oct 2001 17:06:51.0003 (UTC) FILETIME=[476E3CB0:01C157F7] You should put a $ sign in front of '\t' : echo hello world $'\t' hi there Alec -----Original Message----- i am running the following programme under windows #!/bin/sh echo hello world '\t' hi there i am getting the output as hello world '\t' hi there wheras i require the output to be hello word hi there could anybody please help regards Hrishy -- 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/