|
|
1.1 root 1: sed '/man[0-9]/!d
2: s/ .* / /' pagenumbers |sort >junk1
3: grep -n . tjunk/topindex | sed '
4: /\.xx/!s/.* \(.*\)(\(.\).*)/man\2\/\1.\2 &/
5: ' |
6: sort >junk2
7: join -a1 junk2 junk1 |
8: sed '
9: /^man[^ ]* /{
10: s///
11: s/ \([^ ]*\) \([^ ]*\)$/ \1 \2/
12: }' | sort -n |
13: sed 's/^[^:]*://' >junk3
14: sed 's/ .*//' junk3 >junk4
15: sed '
16: / /!s/.*//
17: s/.* \(.*\) .*/\1/
18: ' junk3|tr a-z A-Z >junk5
19: sed '
20: / /!s/.*//
21: s/.* //
22: ' junk3 >junk6
23: paste junk4 junk5 junk6 |
24: sed '
25: s/ //
26: / /s/^/.zz "/
27: s/ /" "/g
28: ' >ntopindex
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.