C-PLOT

Scientific Graphics and Data Analysis

cd

change directory

SYNOPSIS

cd [directory]

DESCRIPTION

Entered without arguments, cd changes the working directory to your home directory and prints its name as confirmation. Otherwise, C-PLOT changes the working directory to the name given as the argument and only prints a message if it cannot do that.

All subsequent subshells and subprocesses of C-PLOT will have the new directory as their initial working directory. Changing directory will not change the working directory of any subprocesses (user functions and filters) already running, nor will it change the directory of C-PLOT's parent process. All file names that you use in any of the commands are taken with respect to the current working directory.

EXAMPLE

cd /usr/plots

SEE ALSO

u