home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / gnu / fontutils-0.6 / gsrenderfont / fixifibb.awk < prev    next >
Encoding:
Text File  |  1992-03-01  |  311 b   |  9 lines

  1. # We assume the variable `bbsfile' has been set from the command line,
  2. # and is the name of a bbs file output by bbcount.  We combine it and an
  3. # xifi file (output by writefont.PS) on the input, and write
  4. # an ifi file on stdout.
  5.  
  6.     { getline bbcount < bbsfile;
  7.           print $1, $2, bbcount, $4, $5
  8.         }
  9.