home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / gnustuff / tos / gawk / gawk213b.zoo / test / manyfile.awk < prev    next >
Encoding:
AWK Script  |  1991-06-03  |  68 b   |  5 lines

  1. BEGIN { FS = ":" }
  2. { if ($1 !~ "#.*") 
  3.     print $2 > "junk/" $1
  4. }
  5.