Annotation of researchv10no/cmd/troff/dev202/printfont, revision 1.1

1.1     ! root        1: # printfont:  print list of fonts in some sensible form
        !             2: 
        !             3: for i in $*
        !             4: do
        !             5:        grep $i Database |
        !             6:        awk '
        !             7:                BEGIN { FS = "\t+" }
        !             8:                $2 != "--" { system("print1font " $0) }'
        !             9: done

unix.superglobalmegacorp.com

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