Anyone have any syntax to parse the variables from a .kshrc or .cshrc? I seem to be unable to deal with things like:
MYDIR = /home/foo
fooBIN = $MYDIR/bin
(I'm creating a slightly modified version of Environment::import from pg 92 of the O`Reilly black panther book...)