hi! I'm new to Plan 9 and I don't understand this behavior:
I wrote a program that basically just does
putenv("foo", "bar");After running it, echo $foo prints just an empty line, while cat /env/foo prints bar. Can anyone explain?
hi! I'm new to Plan 9 and I don't understand this behavior:
I wrote a program that basically just does
putenv("foo", "bar");After running it, echo $foo prints just an empty line, while cat /env/foo prints bar. Can anyone explain?