[Linux][Shell Script]Create shortcut in bash


You can create shortcut in a bash shell Go to home directory (cd ~) Edit .bashrc file At the end of the file , you can see “User specific aliases and functions“ write shortcuts there in the following format “alias t=’cd /home/username/test’ ” (test is just a directory name. You can give any directory nameContinue reading “[Linux][Shell Script]Create shortcut in bash”