Annotation of researchv10no/cmd/man/mancache.sh, revision 1.1.1.1

1.1       root        1: cd /usr/spool/man
                      2: mkdir man1 man2 man3 man4 man5 man6 man7 man8 man9 mana manw
                      3: cd /src/man
                      4: for i in man[1-9aw]
                      5: do     for j in $i/*.?
                      6:        do      newer $j /usr/spool/man/$j &&
                      7:                nroff -man $j |
                      8:                sed '
                      9:                        :x
                     10:                        /^$/{
                     11:                                N
                     12:                                s/\n$//
                     13:                                tx
                     14:                        }
                     15:                ' >/usr/spool/man/$j
                     16:        done
                     17: done
                     18: exec /usr/lib/manlinks

unix.superglobalmegacorp.com

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