I am using tcsh.
I want to create an alias where I cd
into another directory and execute a command.
But I dont want to touch cd -
. How do i do this?
Thanks in advance.
Edit:
PS: The other directory has a script that uses local relative paths, thats why I have to cd
into that dir.