cd

cd


catalog Index Level cf
Syntax cd {new.directory}
Category TCL
Type Verb
Description changes the current working directory to the given "new.directory".
The new directory remains until the Pick process is disconnected (not logged off) or a new "cd" command is issued. If "new.directory" is omitted, the default home directory is selected.
Options
See Also   %CHDIR
Example cd /tmp
Warnings This command is not equivalent to "!cd new.directory", which would change the working directory of the temporary shell created by the "!" TCL command, but not the working directory of the Pick process itself.
Compatibility D3/Unix
catalog Index Level cf