Research V3 release
[unix-history] / man / man1 / chdir.1
.pa 1
.he 'CHDIR (I)'3/15/72'CHDIR (I)'
.ti 0
NAME chdir -- change working directory
.sp
.ti 0
SYNOPSIS chdir\b\b\b\b\b_____ directory
.sp
.ti 0
DESCRIPTION directory\b\b\b\b\b\b\b\b\b_________
becomes the new working directory.
.sp
Because a new process is created to execute each command,
chdir\b\b\b\b\b_____ would be ineffective if it were written as a
normal command. It is therefore recognized and executed
by the Shell.
.sp
.ti 0
FILES --
.sp
.ti 0
SEE ALSO sh(I)
.sp
.ti 0
DIAGNOSTICS "Bad directory" if the directory cannot
be changed to.
.sp
.ti 0
BUGS --