Using CShell, is there a way to change the directory so that it remains changed after the script finishes? For example if pwd is /a/b/c and I run a script that contains cd /a/b/x/y, when the script terminates pwb still returns /a/b/c. Can I make it so that after the script terminates the current directory remains changed and pwd will return /a/b/x/y?
Start Free Trial