📜  shell 导出 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:24.746000             🧑  作者: Mango

代码示例1
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