Procedure:
Creating alias is the shortcut method or command to change the directory path
The below example is for bash shell
$ cd ~
$ vi .bashrc
# Add the following line in file
alias cdbo="cd /usr/sap/BOP/sap_bobj"
$ source .bash_profile
Then you can run cdbo as a command.
This comment has been removed by a blog administrator.
ReplyDelete