Click to See Complete Forum and Search --> : seting search paths (easy one I forgot)


rpierre
09-07-2003, 02:43 AM
How do I set the search path for a command ?

I've done this before but it's 3am right now and I can't remember.. :confused: :rolleyes:

endoalpha
09-07-2003, 02:48 AM
Do you mean something like:

export PATH=$PATH:/<your>/<path>

this will append the PATH env variable with whatever /<your>/<path> is.
exit