4.4BSD/usr/src/contrib/gawk-2.15.2/test/splitargv.good

BEGIN   {
          for (idx = 1; idx < ARGC; idx++)
            split(ARGV[idx], temp, ".");
        }
        {
          print $0;
        }