Mercurial > hg > Members > kono > nitros9-code
view docs/nitros9guide/chd.refentry @ 682:d12f1a5c5e31
Made source enhancements
author | boisy |
---|---|
date | Sun, 29 Dec 2002 21:54:49 +0000 |
parents | 52af9581ef1e |
children | c565a4700689 |
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"> &replstart;pathlist&replend; </arg> </cmdsynopsis> <cmdsynopsis> <command>chx</command> <arg choice="plain"> &replstart;pathlist&replend; </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 SHELL. </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>