how permanent to create a bash command code example
Example 1: load new bashrc alias terminal
source ~/.bashrc
Example 2: linux permanent alias
printf "%s\n" "alias shh='sqlplus hfdora/hfdora@hfd1" >> ~/.bashrc
source ~/.bashrc # for immediate effect
#or add your alias to ~/.bashrc directly