Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Aug 2000 10:05:14 -0400
From:      Claude Cormier <techsupport@devises-or.com>
To:        dima@unixfreak.org
Cc:        freebsd-questions@FreeBSD.ORG, igorr@crosswinds.net
Subject:   Re: Newbie need help to execute a shell script
Message-ID:  <39AA719A.1F3B9E97@devises-or.com>
References:  <20000828134505.EBA6F1F17@static.unixfreak.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Well...thanks again for your help...

%display   still produces  "command not found"

but

%sh display   works fine..

And when I issue 

%which sh

I get:

/bin/sh

Any idea why I can't run "display" directly?


Dima Dorfman wrote:
> Also, try running this script and see if it yields the same results:
> 
>         #!/bin/sh
>         echo "This is a test."
>         exit 0
> 
> If the above script doesn't work, then there might be something wrong
> with your system.
> 
> Some other things you may want to check:
>   * Try to run the script like, `sh <name>` to make sure it works.

Igor Roboul wrote:
> 
> On Mon, Aug 28, 2000 at 09:20:34AM -0400, Claude Cormier wrote:
> > : not found
> > Date and time is:
> > [END]: not found
> do at command prompt "which sh"


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?39AA719A.1F3B9E97>