X-Spam-Check-By: sourceware.org In-Reply-To: <5649305.post@talk.nabble.com> Subject: Re: Escape Character To: cygwin AT cygwin DOT com X-Mailer: Lotus Notes Release 7.0 HF85 November 04, 2005 Message-ID: From: Franz Wolfhagen Date: Fri, 4 Aug 2006 14:54:56 +0200 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Unsubscribe: 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 cygwin-owner AT cygwin DOT com wrote on 04-08-2006 14:23:49: > > Hi > > I am new to Cygwin and I am just trying to use the escape character example > is > > echo "\t\t Hello" > > but this returns \t\t Hello and ignores the escape characters. > > I was looking for it to return Hello with a couple of TABS in front like > it does on our True64 unix system. Is the escape character differant in > Cygwin or am I missing something ??? any help would be great > -- > View this message in context: http://www.nabble.com/Escape- > Character-tf2050870.html#a5649305 > Sent from the Cygwin Users forum at Nabble.com. "man echo" has the answer - on Cygwin use the "-e" argument ie : echo -e "\t\t Hello" Med venlig hilsen / Regards Franz Wolfhagen Tivoli Senior I/T Specialist IBM Denmark -- 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/