Annotation of 43BSDTahoe/new/help/maint/mk.index_help, revision 1.1

1.1     ! root        1: #      Make the Index of Help Files.
        !             2: 
        !             3: rm -f /tmp/MKI$$
        !             4: find . -type f -print -exec \
        !             5:        sed -n -e '/^.TI/\!b' -e n -e p -e q '{}' ';' >> /tmp/MKI$$
        !             6: ed - /tmp/MKI$$ << '%'
        !             7: g/^\./s/$/     /
        !             8: g/^\./.,+j
        !             9: g/^\./s,\./,,
        !            10: w
        !            11: q
        !            12: '%'
        !            13: (sed -e '/^--------/q' index_help ; sort /tmp/MKI$$) > /tmp/MKH$$
        !            14: mv /tmp/MKH$$ index_help
        !            15: rm -f /tmp/MKI$$

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.