Path: utzoo!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!sdd.hp.com!spool.mu.edu!uunet!convex!news From: tchrist@convex.COM (Tom Christiansen) Newsgroups: comp.unix.questions Subject: Re: csh path Keywords: csh path environment variable Message-ID: <1991Mar08.200848.19019@convex.com> Date: 8 Mar 91 20:08:48 GMT References: <5965@beryl12.UUCP> Sender: news@convex.com (news access account) Reply-To: tchrist@convex.COM (Tom Christiansen) Distribution: comp Organization: CONVEX Software Development, Richardson, TX Lines: 18 Nntp-Posting-Host: pixel.convex.com From the keyboard of mostek@motcid.UUCP (Frank B. Mostek): :When I add a new image to a bin directory that is included in my path :csh environment variable, I have to "re-setenv" the path variable in :order for the new image to be found. You can type: % rehash instead of resourcing the .cshrc file. :Why? Is there a way around this? When I add a new tool, I have to :tell everyone to re-source their .cshrc file. But if I update an image :file, then the re-sourcing is not necessary. To avoid it, don't use csh. :-) --tom