annotate docs/nitros9guide/chd.refentry @ 134:52af9581ef1e

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