📜  在 ubuntu 中设置别名 - Shell-Bash 代码示例

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

代码示例3
printf "%s\n" "alias shh='sqlplus hfdora/hfdora@hfd1" >> ~/.bashrc
source ~/.bashrc # for immediate effect

#or add your alias to ~/.bashrc directly