LinkedIn interview question

How do make a variable in a shell script available after the script exits (assume the shell script was sourced)?

Interview Answer

Anonymous

Feb 16, 2021

export

1