Mercurial > hg > Members > kono > nitros9-code
annotate docs/nitros9guide/chd.refentry @ 975:c565a4700689
The entitity replstart was replaced with <replaceable>
author | roug |
---|---|
date | Sat, 01 Feb 2003 20:25:53 +0000 |
parents | 52af9581ef1e |
children | b5ff125a1d60 |
rev | line source |
---|---|
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"> | |
975
c565a4700689
The entitity replstart was replaced with <replaceable>
roug
parents:
134
diff
changeset
|
11 <replaceable>pathlist</replaceable> |
134 | 12 </arg> |
13 </cmdsynopsis> | |
14 <cmdsynopsis> | |
15 <command>chx</command> | |
16 <arg choice="plain"> | |
975
c565a4700689
The entitity replstart was replaced with <replaceable>
roug
parents:
134
diff
changeset
|
17 <replaceable>pathlist</replaceable> |
134 | 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 |