Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 May 2000 13:33:07 +0200
From:      XF <gin@dds.nl>
To:        Alex Kwan <freebsd-questions@FreeBSD.ORG>
Subject:   Re: A basic question about C programming (sloved)
Message-ID:  <20000514133307.A838@dds.nl>
In-Reply-To: <001701bfbd9d$eae8be60$591e40ca@alexkwan>; from alexkwan@pacific.net.hk on Sun, May 14, 2000 at 08:14:12PM %2B0800
References:  <000701bfbd9b$fd945300$591e40ca@alexkwan> <20000514131017.A801@dds.nl> <001701bfbd9d$eae8be60$591e40ca@alexkwan>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, May 14, 2000 at 08:14:12PM +0800, Alex Kwan wrote:
> Hi!
> 
> Thank you! it is ok now, but why?
> 
> Alex
> 

you have to give the PATH,
normally you give a command like 'ls' it checks the PATH env to check
where to look for
usally in /bin /usr/bin  etc..

but you program is not in those dirs so you have to give the full
path: like /home/user/inform, ~/inform  or ./inform (if in current dir)

cyah

-- 
Error: Keyboard not attached. Press F1 to continue.


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?20000514133307.A838>