Path: utzoo!utgpu!watmath!maytag!watdcsu!watshine!dmcanzi From: dmcanzi@watshine.waterloo.edu (David Canzi) Newsgroups: uw.unix Subject: Re: searchpath Message-ID: <494@shine22.watshine.waterloo.edu> Date: 8 Sep 89 02:53:49 GMT References: <16246@watdragon.waterloo.edu> Reply-To: dmcanzi@watshine.waterloo.edu (David Canzi) Distribution: uw Organization: Nattering Nabobs of Negativity Lines: 14 In article <16246@watdragon.waterloo.edu> dvadura@watdragon.waterloo.edu (Dennis Vadura) writes: >Ok, how do you get /bin/searchpath to put $HOME/bin FIRST in the searchpath >before other directories. You do one or the other of the following: set path = ( ~/bin `searchpath ...` ) or setenv PATH $HOME/bin:`searchpath ...` -- David Canzi "Every solution has a workaround."