home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / magazine / cmplangm / 1989_6 / awk / argv.awk < prev    next >
Text File  |  1988-02-19  |  44b  |  2 lines

  1. BEGIN { for (i in ARGV) print i, ARGV[i] }
  2.