summaryrefslogtreecommitdiff
path: root/static/v10/man1/chdir.1
blob: a8313507066e475d058905171daa8d7d87834da9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
.pa 1
.he 'CHDIR (I)'3/15/72'CHDIR (I)'
.ti 0
NAME		chdir -- change working directory
.sp
.ti 0
SYNOPSIS	chdir_____ directory
.sp
.ti 0
DESCRIPTION	directory_________
becomes the new working directory.
.sp
Because a new process is created to execute each command,
chdir_____ 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		--