From owner-freebsd-questions@FreeBSD.ORG Sat Nov 29 17:26:54 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F186B16A4F3 for ; Sat, 29 Nov 2003 17:26:54 -0800 (PST) Received: from ns1.tiadon.com (SMTP.tiadon.com [69.27.132.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87C6843FEA for ; Sat, 29 Nov 2003 17:26:50 -0800 (PST) (envelope-from kdk@daleco.biz) Received: from daleco.biz ([69.27.131.0]) by ns1.tiadon.com with Microsoft SMTPSVC(6.0.3790.0); Sat, 29 Nov 2003 19:29:47 -0600 Message-ID: <3FC94748.7080802@daleco.biz> Date: Sat, 29 Nov 2003 19:26:32 -0600 From: "Kevin D. Kinsey, DaleCo, S.P." User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5) Gecko/20031124 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Marty Landman References: <6.0.0.22.0.20031129190336.035bc908@pop.face2interface.com> In-Reply-To: <6.0.0.22.0.20031129190336.035bc908@pop.face2interface.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 30 Nov 2003 01:29:47.0843 (UTC) FILETIME=[71219930:01C3B6E1] cc: freebsd-questions@freebsd.org Subject: Re: how 'which'? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Nov 2003 01:26:55 -0000 Marty Landman wrote: > I just installed joe from the ports collection and can run it fine > from /usr/local/bin/joe. What puzzles me is that I get a null response > to 'which joe'. What am I not understanding here? > > Marty Landman Face 2 Interface Inc 845-679-9387 > Sign On Required: Web membership software for your site > Make a Website: http://face2interface.com/Home/Demo.shtml > # which joe joe: #rehash #which joe joe: /usr/local/bin/joe You must rebuild the shell's list of executables after an install, using 'rehash' (at least in /bin/csh this is true....) Kevin Kinsey