Hi guys,

Lets say i have 2 terminals open.
if in terminal 1 i type
Code:
export MYVALUE=1
and in terminal 2 i type
Code:
echo ${MYVALUE}
I don't get any output, how can i assign a variable in one terminal and ensure it is global so that it can be read in another terminal?

Many thanks