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 Message-ID: <3E385413.E4A0931@acm.org> Date: Wed, 29 Jan 2003 14:22:11 -0800 From: David Rothenberger X-Accept-Language: en MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Suppress newline under cygwin bash References: <5 DOT 2 DOT 0 DOT 9 DOT 2 DOT 20030127233002 DOT 02882c90 AT pop3 DOT cris DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Randall R Schulz wrote: > > This is csh / tcsh's way of suppressing the terminal newline usually > supplied by the "echo" command. It also documented in the man page to > work with the separate echo executable, "/bin/echo.exe", but it does > not do so for me (for whatever reason). The man page is out-of-date. If you look at the info file, you see that you must provide the -e switch to /bin/echo to enable this. % /bin/echo -e 'testing\c' testing% % /bin/echo 'testing\c' testing\c % I recommend using pinfo instead of man, since man pages are often out-of-date if there's an info file. Dave -- 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/