Mercurial > hg > Members > kono > nitros9-code
annotate docs/nitros9guide/chd.refentry @ 2857:d5220b220313 lwtools-port
Makefiles: Use native cp for copying dsk images
The "os9 copy" is not able to do this on Cygwin,
and is not the right tool for the job anyway.
Thanks to Bob Devries for reporting this issue!
author | Tormod Volden <debian.tormod@gmail.com> |
---|---|
date | Sat, 13 Jul 2013 11:53:36 +0200 |
parents | b00cf13c9f61 |
children |
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> | |
1500 | 24 These are shell "built in" commands used to change NitrOS-9's working |
25 data directory or working execution directory. Many commands in NitrOS-9 | |
134 | 26 work with user data such as text files, programs, etc. These |
27 commands assume that a file is located in the working data | |
1500 | 28 directory. Other NitrOS-9 commands will assume that a file is in the |
134 | 29 working execution directory. |
30 </para> | |
31 <para> | |
32 NOTE: These commands do not appear in the CMDS directory as they | |
1053
b5ff125a1d60
Since this book was only typeset in fixed width, single-font, they used
roug
parents:
975
diff
changeset
|
33 are built-in to the <command>shell</command>. |
134 | 34 </para> |
35 <para> | |
1093 | 36 For more information see: <xref linkend="sec3.7"/>, <xref linkend="sec3.7.2"/> |
134 | 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 |