Research V3 development
[unix-history] / man / man1 / chdir.1
CommitLineData
11567ef5
KT
1.pa 1
2.he 'CHDIR (I)'3/15/72'CHDIR (I)'
3.ti 0
4NAME chdir -- change working directory
5.sp
6.ti 0
7SYNOPSIS chdir\b\b\b\b\b_____ directory
8.sp
9.ti 0
10DESCRIPTION directory\b\b\b\b\b\b\b\b\b_________
11becomes the new working directory.
12.sp
13Because a new process is created to execute each command,
14chdir\b\b\b\b\b_____ would be ineffective if it were written as a
15normal command. It is therefore recognized and executed
16by the Shell.
17.sp
18.ti 0
19FILES --
20.sp
21.ti 0
22SEE ALSO sh(I)
23.sp
24.ti 0
25DIAGNOSTICS "Bad directory" if the directory cannot
26be changed to.
27.sp
28.ti 0
29BUGS --