From owner-freebsd-questions@FreeBSD.ORG Wed Feb 23 07:45:31 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8843216A4CE for ; Wed, 23 Feb 2005 07:45:31 +0000 (GMT) Received: from fed1rmmtao12.cox.net (fed1rmmtao12.cox.net [68.230.241.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4242E43D2F for ; Wed, 23 Feb 2005 07:45:31 +0000 (GMT) (envelope-from mnavarre@cox.net) Received: from reichlieu.lan ([68.6.195.68]) by fed1rmmtao12.cox.net (InterMail vM.6.01.04.00 201-2131-118-20041027) with ESMTP id <20050223074529.EBPM13819.fed1rmmtao12.cox.net@reichlieu.lan> for ; Wed, 23 Feb 2005 02:45:29 -0500 Received: from reichlieu.lan (localhost [127.0.0.1]) by reichlieu.lan (8.13.1/8.13.1) with ESMTP id j1N7jU3q032081 for ; Tue, 22 Feb 2005 23:45:30 -0800 (PST) (envelope-from mnavarre@cox.net) Received: from localhost (localhost [[UNIX: localhost]]) by reichlieu.lan (8.13.1/8.13.1/Submit) id j1N7jUJo032080 for freebsd-questions@freebsd.org; Tue, 22 Feb 2005 23:45:30 -0800 (PST) (envelope-from mnavarre@cox.net) X-Authentication-Warning: reichlieu.lan: mnavarre set sender to mnavarre@cox.net using -f From: Matt Navarre To: freebsd-questions@freebsd.org Date: Tue, 22 Feb 2005 23:45:28 -0800 User-Agent: KMail/1.7.2 References: <421C3181.9020004@kelleycows.com> In-Reply-To: <421C3181.9020004@kelleycows.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200502222345.29660.mnavarre@cox.net> Subject: Re: script "echo on" like MS-DOS? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Feb 2005 07:45:31 -0000 On Tuesday 22 February 2005 11:32 pm, Christopher Kelley wrote: > Is there a simple way to cause a shell script to echo to the terminal > similar to the old MS-DOS "echo on" command? on the first line have #! /bin/sh -x or type /bin/sh -x