Exporting variables

The command:
set -o allexport
indicates that you want to export—that is, pass to a child process or subsequent command—every variable that is assigned a value. This command exports all variables that currently have values, plus all variables assigned a value in the future.