export in linux code example
Example: what does the export command do in linux
export variable_name
# It is used to ensure enviroment variable and funtion to be
# passed it to child process as
./child.sh
export variable_name
# It is used to ensure enviroment variable and funtion to be
# passed it to child process as
./child.sh