alias cdq='cd /cygdrive/d/prj1/workspace/src/main/resources/egovframework/sqlmap/sql/somedir'
(
https://unix.stackexchange.com/questions/366009/alias-to-cd-in-a-directory-and-call-a-command
Alias to CD in a directory and call a command
I have a .bash_profile and in that I have a set of aliases. Those aliases at the moment execute only a single command and it was fairly easy. I would however like to do two things with a new alias ...
unix.stackexchange.com