Answers for "what does the export command do in linux"

1

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
Posted by: Guest on May-30-2021

Code answers related to "what does the export command do in linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language