Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Aug 2000 07:30:26 -0700 (PDT)
From:      Dima Dorfman <dima@unixfreak.org>
To:        Claude Cormier <techsupport@devises-or.com>
Cc:        dima@unixfreak.org, freebsd-questions@FreeBSD.ORG, igorr@crosswinds.net
Subject:   Re: Newbie need help to execute a shell script
Message-ID:  <20000828143026.852A01F1A@static.unixfreak.org>
In-Reply-To: <39AA719A.1F3B9E97@devises-or.com> from Claude Cormier at "Aug 28, 2000 10:05:14 am"

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?

Try "./display".  The current directory isn't, by default, and
shouldn't be, in your path.

Hope this helps

-- 
Dima Dorfman <dima@unixfreak.org>
Finger dima@unixfreak.org for my public PGP key.

"The best way to keep one's word is not to give it."
	-- Napoleon Bonaparte


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?20000828143026.852A01F1A>