annotate docs/nitros9guide/pwd.refentry @ 1892:77d83b367eba

reduced labeltab size so os9boot would link
author robert
date Fri, 14 Oct 2005 01:56:25 +0000
parents 4dae346c4969
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
138
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
1 <refentry id="pwd">
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
2 <refnamediv>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
3 <refname>PWD/PXD</refname>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
4 <refpurpose>Print Working Directory / Print Execution Directory</refpurpose>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
5 </refnamediv>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
6
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
7 <refsynopsisdiv>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
8 <cmdsynopsis>
1093
4dae346c4969 Added crossreferences and lowercased synopsises
roug
parents: 1053
diff changeset
9 <command>pwd</command>
138
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
10 </cmdsynopsis>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
11 <cmdsynopsis>
1093
4dae346c4969 Added crossreferences and lowercased synopsises
roug
parents: 1053
diff changeset
12 <command>pxd</command>
138
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
13 </cmdsynopsis>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
14 </refsynopsisdiv>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
15
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
16 <refsect1><title>Description</title>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
17 <para>
1053
b5ff125a1d60 Since this book was only typeset in fixed width, single-font, they used
roug
parents: 138
diff changeset
18 <command>Pwd</command> displays a pathlist that shows the path from the root
138
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
19 directory to the user's current data directory. It can be used by
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
20 programs to discover the actual physical location of files, or by
1053
b5ff125a1d60 Since this book was only typeset in fixed width, single-font, they used
roug
parents: 138
diff changeset
21 humans who get lost in the file system. <command>Pxd</command> is identical except
138
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
22 that is shows the pathlist of the user's current execution directory.
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
23 </para>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
24 </refsect1>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
25 <refsect1><title>Examples</title>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
26 <screen>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
27 OS9: chd /D1/STEVE/TEXTFILES/MANUALS
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
28 OS9: pwd
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
29 /D1/STEVE/TEXTFILES/MANUALS
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
30 OS9: chd ..
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
31 OS9: pwd
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
32 /D1/STEVE/TEXTFILES
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
33 OS9: chd ..
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
34 OS9: pwd
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
35 /D1/STEVE
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
36
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
37 OS9: pxd
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
38 /D0/CMDS
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
39 </screen>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
40 </refsect1>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
41 </refentry>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
42