Mercurial > hg > Members > kono > nitros9-code
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 |
rev | line source |
---|---|
138 | 1 <refentry id="pwd"> |
2 <refnamediv> | |
3 <refname>PWD/PXD</refname> | |
4 <refpurpose>Print Working Directory / Print Execution Directory</refpurpose> | |
5 </refnamediv> | |
6 | |
7 <refsynopsisdiv> | |
8 <cmdsynopsis> | |
1093 | 9 <command>pwd</command> |
138 | 10 </cmdsynopsis> |
11 <cmdsynopsis> | |
1093 | 12 <command>pxd</command> |
138 | 13 </cmdsynopsis> |
14 </refsynopsisdiv> | |
15 | |
16 <refsect1><title>Description</title> | |
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 | 19 directory to the user's current data directory. It can be used by |
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 | 22 that is shows the pathlist of the user's current execution directory. |
23 </para> | |
24 </refsect1> | |
25 <refsect1><title>Examples</title> | |
26 <screen> | |
27 OS9: chd /D1/STEVE/TEXTFILES/MANUALS | |
28 OS9: pwd | |
29 /D1/STEVE/TEXTFILES/MANUALS | |
30 OS9: chd .. | |
31 OS9: pwd | |
32 /D1/STEVE/TEXTFILES | |
33 OS9: chd .. | |
34 OS9: pwd | |
35 /D1/STEVE | |
36 | |
37 OS9: pxd | |
38 /D0/CMDS | |
39 </screen> | |
40 </refsect1> | |
41 </refentry> | |
42 |