home *** CD-ROM | disk | FTP | other *** search
/ Power Programming / powerprogramming1994.iso / progtool / cmplngmg / cl_jun89.arc / AWK210.ARC / DEARC.AWK < prev    next >
Text File  |  1988-06-07  |  123b  |  11 lines

  1. $1=="-ARCHIVE-" {
  2.     if (file)
  3.         close(file)
  4.     file = $2
  5.     print file
  6.     next
  7. }
  8. {
  9.     print > file
  10. }
  11.