Re: [SLUG] two simple questions about bash and the path

From: Ronald KA4INM Youvan (ka4inm@tampabay.rr.com)
Date: Tue Mar 11 2003 - 21:00:21 EST


> ejahn@localhost ejahn $ sh /opt/limewire/runLime.sh
 
> Why won't bash accept a full path?

  I'm no expert, but why are you running your programs with sh?

if you run it: /opt/limewire/runLime.sh it will be executed by
bash, most of the features we love are in bash but not in sh.

Why won't bash accept a full path?

   My bash does, I am using version 2.05a and 2.05b is available at:

http://ftp.gnu.org/gnu/bash

  I study bash programming daily, all of my script files start with:

#!/bin/bash so they are run by bash, not sh.

-- 
        73 (= Best Regards) de: Ron ka4inm@tampabay.rr.com
     100% Slack. since July, 1997 (still free!) SENT D&T are UTC
        Visit my HAM Web SITE at: http://www.qsl.net/ka4inm



This archive was generated by hypermail 2.1.3 : Fri Aug 01 2014 - 16:51:36 EDT