printf "%s\n" "alias shh='sqlplus hfdora/[email protected]" >> ~/.bashrc
source ~/.bashrc # For immediate effect
#Another option: Add your alias to ~/.bashrc directly
printf "%s\n" "alias shh='sqlplus hfdora/[email protected]" >> ~/.bashrc
source ~/.bashrc # For immediate effect
#Another option: Add your alias to ~/.bashrc directly