in reply to Re: Change Directory
in thread Change Directory

In your file, no splatline needed,

# ~/file.rc # do stuff chdir /path/to # do more stuff
Then on the command line,
~>$ source file.rc /path/to>$

After Compline,
Zaxo