> I'm new to plan9. i don't know how to set path on plan9, can you help me? > thank you
for the record, you can set the path. e.g.
path=($path /some/other/directory)
the default path is (. /bin).
jaketodd and john correctly point out that this
isn't the way it's done; bind(1) is the preferred method.
rc (the shell) is the only program that respects $path.
in fact that would be a sneeky way to run programs
from the shell that can't be exec(2)'d.
- erik
