Annotation of researchv10dc/man/adm/makelinks, revision 1.1.1.1

1.1       root        1: y=$1
                      2: cd $1
                      3: case $2 in
                      4: "")    set $1 .
                      5: esac
                      6: /usr/man/adm/secindex $2|
                      7: sed '
                      8: s/\(.*\) \(.*\)\.\(.*\)/\1.\3 \2.\3/
                      9: /^\(.*\) \1$/d
                     10: ' | while
                     11:        read x
                     12:        case $x in
                     13:        "")     break
                     14:        esac
                     15: do
                     16:        set $x
                     17:        if newer $2 $1
                     18:        then    rm $1
                     19:                ln $2 $1
                     20:        fi 2>/dev/null
                     21: done

unix.superglobalmegacorp.com

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