134
|
1 <refentry id="chd">
|
|
2 <refnamediv>
|
|
3 <refname>CHD/CHX</refname>
|
|
4 <refpurpose>Change working data directory / Change working execution directory</refpurpose>
|
|
5 </refnamediv>
|
|
6
|
|
7 <refsynopsisdiv>
|
|
8 <cmdsynopsis>
|
|
9 <command>chd</command>
|
|
10 <arg choice="plain">
|
|
11 &replstart;pathlist&replend;
|
|
12 </arg>
|
|
13 </cmdsynopsis>
|
|
14 <cmdsynopsis>
|
|
15 <command>chx</command>
|
|
16 <arg choice="plain">
|
|
17 &replstart;pathlist&replend;
|
|
18 </arg>
|
|
19 </cmdsynopsis>
|
|
20 </refsynopsisdiv>
|
|
21
|
|
22 <refsect1><title>Description</title>
|
|
23 <para>
|
|
24 These are shell "built in" commands used to change OS-9's working
|
|
25 data directory or working execution directory. Many commands in OS-9
|
|
26 work with user data such as text files, programs, etc. These
|
|
27 commands assume that a file is located in the working data
|
|
28 directory. Other OS-9 commands will assume that a file is in the
|
|
29 working execution directory.
|
|
30 </para>
|
|
31 <para>
|
|
32 NOTE: These commands do not appear in the CMDS directory as they
|
|
33 are built-in to the SHELL.
|
|
34 </para>
|
|
35 <para>
|
|
36 For more information see: 3.7, 3.7.2
|
|
37
|
|
38
|
|
39 </para>
|
|
40 </refsect1>
|
|
41 <refsect1><title>Examples</title>
|
|
42 <screen>
|
|
43 chd /d1/PROGRAMS
|
|
44
|
|
45 chx ..
|
|
46
|
|
47 chx binary_files/test_programs
|
|
48
|
|
49 chx /D0/CMDS; chd /D1
|
|
50 </screen>
|
|
51 </refsect1>
|
|
52 </refentry>
|
|
53
|