home *** CD-ROM | disk | FTP | other *** search
/ PC/CD Review 54 / CDREVIEW.iso / share / site / hotlist.awk < prev    next >
Encoding:
AWK Script  |  1995-12-18  |  146 b   |  9 lines

  1. BEGIN { {FS = "@"; RS = "\n"}   
  2.  {print "Hotlist"}
  3.  {print "Blaster"}
  4.  {print "\{" }
  5. }
  6.  {print "Item""\n" $1 "\n" $2}
  7.  
  8. END  {print "\}"}
  9.