From owner-freebsd-hackers@FreeBSD.ORG Thu Apr 13 17:48:00 2006 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D928316A400 for ; Thu, 13 Apr 2006 17:48:00 +0000 (UTC) (envelope-from dan@dan.emsphone.com) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6DC1E43D46 for ; Thu, 13 Apr 2006 17:48:00 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.13.1/8.13.4) id k3DHlpu6071996; Thu, 13 Apr 2006 12:47:51 -0500 (CDT) (envelope-from dan) Date: Thu, 13 Apr 2006 12:47:51 -0500 From: Dan Nelson To: Ryan Maclear Message-ID: <20060413174750.GC89228@dan.emsphone.com> References: <20060412.154921.26277.710543@webmail06.nyc.untd.com> <654019656.20060413102044@mail.ru> <20060413092548.N10399@beasti.synapp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060413092548.N10399@beasti.synapp.com> X-OS: FreeBSD 5.5-PRERELEASE X-message-flag: Outlook Error User-Agent: Mutt/1.5.11 Cc: freebsd-hackers@freebsd.org, "gs_stoller@juno.com" Subject: Re: Problems with FreeBSD 6.0 X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Apr 2006 17:48:00 -0000 In the last episode (Apr 13), Ryan Maclear said: > I haven't really been following this thread, and I'm not sure if this > has been posted here already. Appologies if this has been already. > > To usually get a to be echoed, you can use > > echo -e "a\tb" The echo command doesn't take a -e option. Your shell's echo builtin may or may not, but for portability, you have to assume it doesn't. Use the printf command if you want fancy formatting. -- Dan Nelson dnelson@allantgroup.com