MPE/iX Commands Reference Manual (32650-90877)
162 Chapter5
Command List III
Commands DATA thru EXIT
MPE syntax can also be used, as shown in the following example (note that the
dir_name
(MYDIR) is upshifted.) This example is not based on the directory structure shown.
DISKUSE mydir.group.acct
SECTORS
TREE LEVEL DIRECTORY
BELOW
2100 330 /ACCT/GROUP/MYDIR
NOTE
The output is presented in HFS syntax, even if the directory name is supplied
in MPE syntax. If wildcards were used to specify the directory name in MPE
syntax, then the final line of output is the user-supplied directory name
(upshifted) in MPE format.
Wildcards can be used to see a "horizontal cut" of disk s pace usage at an arbitrary
directory depth. Wildcarding can be used in TREE and NOTREE output, as shown in the
following examples.
/ACCT/GROUP/d0:diskuse ./@
SECTORS
TREE LEVEL DIRECTORY (CWD= /ACCT/GROUP/d0)
BELOW
64 + 0 ./d1/
448 + 240 ./d2/
336 + 128 ./d3/
848 ./@
/ACCT/GROUP/d0:
/ACCT/GROUP/d0:diskuse ./@/
SECTORS
TREE LEVEL DIRECTORY (CWD= /ACCT/GROUP/d0)
BELOW
64 + 0 ./d1/
96 32 ./d2/d4/
64 0 ./d2/d5/d8/
128 64 ./d2/d5/
112 48 ./d2/d6/
448 + 240 ./d2/
64 0 ./d3/d7/d9/
208 144 ./d3/d7/
336 + 128 ./d3/
848 ./@
/ACCT/GROUP/d0:
The last line of output contains the directory name and the total number of sectors (under
the TREE column). The final TREE number always equals the sum of all other TREE numbers
for directories with the same number of components as contained in the user-specified
name that are designated with a plus sign (+) in the TREE column. For example, if you
specified a pathname with three components, then the sum of the TREE field for all
directory names with exactly three components equals the final total value.