|
|
1.1 root 1: sed '/man[0-9]/!d
2: s/ .* / /' pagenumbers |sort >junk1
3: grep -n . permindex | sed '
4: s/.* \(.*\)(\(.\).*)/man\2\/\1.\2 &/' |
5: sort >junk2
6: join -a1 junk2 junk1 |
7: sed 's/[^ ]* //' |
8: sort -n|sed 's/^[^:]*://' >junk3
9: sed 's/[^"]*$//' junk3 >junk4
10: sed '
11: s/.* \([^ ]*)\)[ 0-9]*$/\1/
12: ' junk3|tr a-z A-Z >junk5
13: sed '
14: s/.*) *//
15: ' junk3 >junk6
16: paste junk4 junk5 junk6 |
17: sed 's/ / /g' >npermindex
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.