about PATH
hello I would like to ask
for example if my PATH variable is set like this
/usr/dir01:/usr/dir02
so it will search files in dir01 first,
but if I have the same program but in 2 versions, one in dir01, and another in dir02, if I want it to excute the one in dir02, but dont want to alter the PATH to /usr/dir02:/usr/dir01, so can I just only set a particular path to a particular program ?
thanks
|