Annotation of researchv10dc/man/adm/see.also.awk, revision 1.1.1.1

1.1       root        1: for j in 1 2 3 4 5 6 7 8 9
                      2: do
                      3: cd /usr/man/man$j
                      4: for i in *.$j
                      5: do
                      6: case $i in
                      7: \=.*)echo $i; continue;;
                      8: *) echo $i "   " `awk '
                      9: /^\.SH [\"]*SEE[\\]* ALSO[\"]*/        {
                     10:        while(getline>0){
                     11:                if($1 ~ /\.IR/)string = string $2 $3
                     12:                if($1 ~ /^\.SH/)break
                     13:        }
                     14:        print string
                     15: }' $i`;;
                     16: esac
                     17: done
                     18: cd ..
                     19: done

unix.superglobalmegacorp.com

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