Annotation of researchv10dc/cmd/uucp/uusysmake.sh, revision 1.1.1.1

1.1       root        1: #! /bin/sh
                      2: ln -s /tmp/LCK.uucp.Sys /tmp/LCK.uucp.Sys || exit
                      3: cd /usr/lib/uucp
                      4: cbt creat Bsystems
                      5: cat `cat Sysfiles` | awk '
                      6: BEGIN  {
                      7:                alph = "ABCDEFGHIJKLMNOPQRSTUVWXYZ"
                      8:                OFS = " "
                      9:        }
                     10: 
                     11: !/^#/  {
                     12:                sys[$1]++
                     13:                printf("%s.%s   %s\n", $1, substr(alph, sys[$1], 1), $0)
                     14:        }
                     15: ' | sort | cbt build Bsystems
                     16: rm -f /tmp/LCK.uucp.Sys

unix.superglobalmegacorp.com

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