|
|
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$$
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.