summaryrefslogtreecommitdiff
path: root/static/unix-v10/man1/chdir.1
diff options
context:
space:
mode:
Diffstat (limited to 'static/unix-v10/man1/chdir.1')
-rw-r--r--static/unix-v10/man1/chdir.129
1 files changed, 29 insertions, 0 deletions
diff --git a/static/unix-v10/man1/chdir.1 b/static/unix-v10/man1/chdir.1
new file mode 100644
index 00000000..a8313507
--- /dev/null
+++ b/static/unix-v10/man1/chdir.1
@@ -0,0 +1,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 --