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:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1992-03-01
|
311 b
|
9 lines
# We assume the variable `bbsfile' has been set from the command line,
# and is the name of a bbs file output by bbcount. We combine it and an
# xifi file (output by writefont.PS) on the input, and write
# an ifi file on stdout.
{ getline bbcount < bbsfile;
print $1, $2, bbcount, $4, $5
}