📌  相关文章
📜  如何在 ubuntu 中设置环境变量 - Shell-Bash 代码示例

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

代码示例3
# Linux - Bash

# syntax 
# export *=*;

# example 
export ORACLE_SID='sales_database';