$ pwd /home/user/work/projects/first $ cdf -a first (Label the path of the working directory with "first") $ cd $ pwd /home/user $ cdf first (Chdir to the directory ...
I want to run a script that makes a directory and copies some files there, change to that directory, and then run some other scripts. I'm trying to do chdir followed by system, but system seems to ...