PD(1P)
NAME
pd − change working project directory
SYNOPSIS
pd [−dp] [dirname]
DESCRIPTION
Dirname becomes the new working directory. Dirname may be either a project or a regular directory.
Given without any arguments, pd returns you to the root directory of the current working project.
If dirname is a project directory in another project, pd makes that project the current working project.
OPTIONS
−dPrint project directory description.
−pPush old working directory onto the directory stack. The current working project is not changed.
EXAMPLE
To change to the ‘work’ directory of a project named ‘spms’:
pd ^spms^work
SEE ALSO
DIAGNOSTICS
Exit status 0 is normal. Exit status 1 indicates an error.
AUTHOR
Peter J. Nicklin
BUGS
Pd is provided only for C shell, csh, users because it is an aliased command. The ‘.cshrc’ file in your home directory should contain the following alias:
alias pd ´eval `"pd" \!*`´