|
|
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
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.