Van wrote:
>
> Greetings:
>
> Working on a shell based application that does an insert when a shell is started,
> and, needs to update that record on exit.
>
> You can't set an environment value back to the parent process, so would a fork()
> make the most sense?
>
> This currently works in a
Greetings:
Working ona shell based application that does an insert when a shell is started,
and, needs to update that record on exit.
You can't set an environment value back to the parent process, so would a fork()
make the most sense?
This currently works in a bash shell .profile implementatio