Answers for "shell export"

0

shell export

export command is used to create environment variables for your shell.
Example:-
export var_name=[value]
To view Environment variables, we can use
printenv or env
Posted by: Guest on July-01-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language