Return to BSD News archive
Newsgroups: comp.os.386bsd.questions Path: sserve!newshost.anu.edu.au!harbinger.cc.monash.edu.au!bunyip.cc.uq.oz.au!munnari.oz.au!spool.mu.edu!howland.reston.ans.net!pipex!uunet!world!tyrone From: tyrone@world.std.com (Tyrone R Powers) Subject: Re: why don't some commands see Message-ID: <Cz1ro1.8M2@world.std.com> Organization: The World Public Access UNIX, Brookline, MA References: <39h7rh$iui@news.doit.wisc.edu> Date: Thu, 10 Nov 1994 10:26:23 GMT Lines: 6 you dont have '.' in your path. To run programs in the current directory, you're going to have to type: ./<program-name> or put '.' in your path.