1 02/21/84 disk_usage_stat 2 3 Syntax: disk_usage_stat path 4 5 6 Function: gathers statistics on a hierarchy subtree. It produces a 7 report describing the number of segments, links, directories, and names 8 by hierarchy depth; distribution of segments by date of last reference 9 and last modification; distribution by segment size; distribution by 10 number of names; directory distribution by number of names; counts by 11 starname. 12 13 14 Arguments: 15 path 16 is the pathname that specifies the hierarchy inferior to path to be 17 scanned. The default is ">". 18 19 20 Notes: The report is typed on the user's terminal. 21 22 The listing by starname is controlled by the contents of the segment 23 starname_list in the user's working directory. This segment consists 24 of starnames, one per line. If the starname_list segment does not 25 exist, a single starname, **, which matches all entries, is assumed.