Mercurial > hg > Members > kono > nitros9-code
view docs/nitros9guide/chd.refentry @ 1053:b5ff125a1d60
Since this book was only typeset in fixed width, single-font, they used
capitalization and quotes (") to show what was commands, files and just
text. With today's formatting, this is not necessary, so everywhere
capitalization was used to show a command the <command> element is now
used instead, and everywhere a file is mentioned the <filename> element is used.
author | roug |
---|---|
date | Thu, 20 Mar 2003 20:19:53 +0000 |
parents | c565a4700689 |
children | 4dae346c4969 |
line wrap: on
line source
<refentry id="chd"> <refnamediv> <refname>CHD/CHX</refname> <refpurpose>Change working data directory / Change working execution directory</refpurpose> </refnamediv> <refsynopsisdiv> <cmdsynopsis> <command>chd</command> <arg choice="plain"> <replaceable>pathlist</replaceable> </arg> </cmdsynopsis> <cmdsynopsis> <command>chx</command> <arg choice="plain"> <replaceable>pathlist</replaceable> </arg> </cmdsynopsis> </refsynopsisdiv> <refsect1><title>Description</title> <para> These are shell "built in" commands used to change OS-9's working data directory or working execution directory. Many commands in OS-9 work with user data such as text files, programs, etc. These commands assume that a file is located in the working data directory. Other OS-9 commands will assume that a file is in the working execution directory. </para> <para> NOTE: These commands do not appear in the CMDS directory as they are built-in to the <command>shell</command>. </para> <para> For more information see: 3.7, 3.7.2 </para> </refsect1> <refsect1><title>Examples</title> <screen> chd /d1/PROGRAMS chx .. chx binary_files/test_programs chx /D0/CMDS; chd /D1 </screen> </refsect1> </refentry>