CD 02-MAY-81 CD NAME cd - change working directory SYNOPSIS cd [directory] DESCRIPTION cd changes the working directory to `directory'. If `directory' is not specified, the working directory will be changed to the previous working directory. Since a new process is created to execute each command, cd would be ineffective if it were written as a normal command. It is therefore recognized and executed by the shell. The forms of the directory on RSX-11M is /ddnn/ggg,mmm /ggg,mmm ddnn:[ggg,mmm] [ggg,mmm] SEE ALSO pwd - print working directory -1-