searchpath

David Canzi dmcanzi at watshine.waterloo.edu
Fri Sep 8 12:53:49 AEST 1989


In article <16246 at watdragon.waterloo.edu> dvadura at 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."



More information about the Comp.unix mailing list