From owner-freebsd-questions@FreeBSD.ORG Thu Sep 22 16:17:46 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 441B816A41F for ; Thu, 22 Sep 2005 16:17:46 +0000 (GMT) (envelope-from sean@inmymind.de) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.177]) by mx1.FreeBSD.org (Postfix) with ESMTP id A283E43D45 for ; Thu, 22 Sep 2005 16:17:45 +0000 (GMT) (envelope-from sean@inmymind.de) Received: from dsl-213-023-186-084.arcor-ip.net [213.23.186.84] (helo=[192.168.1.5]) by mrelayeu.kundenserver.de with ESMTP (Nemesis), id 0MKwtQ-1EITlY0vXk-0002ug; Thu, 22 Sep 2005 18:17:44 +0200 In-Reply-To: <200509220849.35323.dfarmour@myrealbox.com> References: <200509212203.35549.dfarmour@myrealbox.com> <44oe6lb4na.fsf@be-well.ilk.org> <200509220849.35323.dfarmour@myrealbox.com> Mime-Version: 1.0 (Apple Message framework v734) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <5DFB81FA-4762-4879-9678-107D491277EF@inmymind.de> Content-Transfer-Encoding: 7bit From: Benjamin Braatz Date: Thu, 22 Sep 2005 18:17:42 +0200 To: David Armour X-Mailer: Apple Mail (2.734) X-Provags-ID: kundenserver.de abuse@kundenserver.de login:83b30ab01a0a4faaeece8b0fe77b182b Cc: freebsd-questions@freebsd.org Subject: Re: NEWBIE: how-to for feeding file to gnomealyzer.sh? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Sep 2005 16:17:46 -0000 Hello, Am 22.09.2005 um 17:49 schrieb David Armour: > ... to presume further on your kindness, a follow-up question: i > believe > i have bash installed. should i replace "/bin/sh" above with > "/bin/bash" or does it make any difference? Probably it wouldn't make too much of a difference, but the script was, if I see this correctly, designed to work with the Bourne shell (/bin/ sh) delivered with FreeBSD (i.e. installed in any case). BTW, your installed bash is third-party software from FreeBSDs point of view (installed via ports or packages), and will hence be found in /usr/local/bin/bash, not in /bin/bash. Greetings -- Benjamin Braatz sean@inmymind.de