From owner-freebsd-questions@FreeBSD.ORG Sat Nov 1 10:30:28 2003 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 2714316A4CE for ; Sat, 1 Nov 2003 10:30:28 -0800 (PST) Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com [66.30.200.37]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79DA643FAF for ; Sat, 1 Nov 2003 10:30:27 -0800 (PST) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: by be-well.ilk.org (Postfix, from userid 1147) id 1E6893AB7; Sat, 1 Nov 2003 13:30:27 -0500 (EST) Sender: lowell@be-well.ilk.org To: "Gregory Stearns" References: <20031101181952.37610.qmail@mail.com> From: Lowell Gilbert Date: 01 Nov 2003 13:30:26 -0500 In-Reply-To: <20031101181952.37610.qmail@mail.com> Message-ID: <444qxouekd.fsf@be-well.ilk.org> Lines: 10 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: Free BSD Subject: Re: how do you get a script to run X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Free BSD List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Nov 2003 18:30:28 -0000 "Gregory Stearns" writes: > I can not get the script I wrote to run on Free BSD 4.7. If it is an sh-type script, then "sh " should work, regardless of how anything else is configured. If it is a csh-type script, "csh " should work. There are a lot of other things you should know along this line; a decent tutorial on shell scripting would be a good place to start.