What is the purpose of the Bash built-in export command?
A.
To allow disks to be mounted remotely.
B.
To automate the export of variables for subsequently executed commands.
C.
To make the command history available to sub-shells.
D.
To run a command as a process in a sub-shell.
E.
To save variable settings for future shell invocations.