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>
|
|
9 <command>PWD</command>
|
|
10 </cmdsynopsis>
|
|
11 <cmdsynopsis>
|
|
12 <command>PXD</command>
|
|
13 </cmdsynopsis>
|
|
14 </refsynopsisdiv>
|
|
15
|
|
16 <refsect1><title>Description</title>
|
|
17 <para>
|
|
18 PWD displays a pathlist that shows the path from the root
|
|
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
|
|
21 humans who get lost in the file system. PXD is identical except
|
|
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
|