Article Figure 1 Figure 2 Listing 1 Listing 2
Listing 3 Listing 4 Listing 5 Listing 6 Listing 7
Listing 8 Listing 9 Listing 10 Listing 11 Listing 12
Listing 13 Listing 14 may94.tar

Listing 2: mklist

mklist
:
# mklist - make the master file list.  note that if
# there is not enough room on the file system for this
# file you can simply pipe the results on through to the
# progs.

# output file
mlist=/usr/stevei/c/stat/new.list

# starting directory
start=/

find $start -print | stat -oidlugpsanw - > $mlist