Begin File: gawk-3.0.0.tgz Description:GNU awk Keywords: awk gawk Version: Entered-date: Author: Ported-by: Original-site: Copying-policy: CMU Supplemental: This is Edition 1.0 of `AWK Language Programming', for the 3.0 version of the GNU implementation of AWK. General Introduction ******************** This file documents `awk', a program that you can use to select particular records in a file and perform operations upon them. This is Edition 1.0 of `AWK Language Programming', for the 3.0 version of the GNU implementation of AWK. Preface ******* This Info file teaches you about the `awk' language and how you can use it effectively. You should already be familiar with basic system commands, such as `cat' and `ls',(1) and basic shell facilities, such as Input/Output (I/O) redirection and pipes. Implementations of the `awk' language are available for many different computing environments. This Info file, while describing the `awk' language in general, also describes a particular implementation of `awk' called `gawk' (which stands for "GNU Awk"). `gawk' runs on a broad range of Unix systems, ranging from 80386 PC-based computers, up through large scale systems, such as Crays. `gawk' has also been ported to MS-DOS and OS/2 PC's, Atari and Amiga micro-computers, and VMS. archive contents: drwxrwxrwx 0 mphunter tech Apr 7 16:25 gawk-3.0.0 -rw-r--r-- 0 mphunter tech 23790 Dec 28 23:45 gawk-3.0.0/awk.h -rw-r--r-- 0 mphunter tech 52643 Dec 31 14:54 gawk-3.0.0/awk.y -rw-r--r-- 0 mphunter tech 1465 Dec 19 17:05 gawk-3.0.0/custom.h -rw-r--r-- 0 mphunter tech 13038 Dec 19 17:04 gawk-3.0.0/array.c -rw-r--r-- 0 mphunter tech 35072 Jan 9 06:39 gawk-3.0.0/builtin.c -rw-r--r-- 0 mphunter tech 37099 Dec 30 23:34 gawk-3.0.0/eval.c -rw-r--r-- 0 mphunter tech 19625 Dec 28 23:05 gawk-3.0.0/field.c -rw-r--r-- 0 mphunter tech 1572 Dec 19 17:05 gawk-3.0.0/gawkmisc.c -rw-r--r-- 0 mphunter tech 21982 Jan 11 08:57 gawk-3.0.0/main.c -rw-r--r-- 0 mphunter tech 1262 Nov 25 11:17 gawk-3.0.0/missing.c -rw-r--r-- 0 mphunter tech 3452 Dec 19 17:06 gawk-3.0.0/msg.c -rw-r--r-- 0 mphunter tech 9652 Dec 19 17:06 gawk-3.0.0/node.c -rw-r--r-- 0 mphunter tech 6545 Dec 19 17:06 gawk-3.0.0/re.c -rw-r--r-- 0 mphunter tech 1915 Dec 28 23:51 gawk-3.0.0/version.c -rw-r--r-- 0 mphunter tech 116364 Dec 31 14:54 gawk-3.0.0/awktab.c -rw-r--r-- 0 mphunter tech 21 Dec 13 13:02 gawk-3.0.0/patchlevel.h -rw-r--r-- 0 mphunter tech 4120 Dec 19 17:06 gawk-3.0.0/protos.h -rw-r--r-- 0 mphunter tech 14081 Sep 17 15:37 gawk-3.0.0/alloca.c -rw-r--r-- 0 mphunter tech 67115 Nov 29 22:42 gawk-3.0.0/dfa.c -rw-r--r-- 0 mphunter tech 14741 Aug 16 11:19 gawk-3.0.0/dfa.h -rw-r--r-- 0 mphunter tech 179520 Dec 15 06:53 gawk-3.0.0/regex.c -rw-r--r-- 0 mphunter tech 19680 Dec 1 13:12 gawk-3.0.0/regex.h -rw-r--r-- 0 mphunter tech 4460 Aug 16 01:11 gawk-3.0.0/getopt.h -rw-r--r-- 0 mphunter tech 22200 Aug 16 01:10 gawk-3.0.0/getopt.c -rw-r--r-- 0 mphunter tech 4594 Aug 16 11:30 gawk-3.0.0/getopt1.c -rw-r--r-- 0 mphunter tech 53606 Jan 10 23:14 gawk-3.0.0/NEWS -rw-r--r-- 0 mphunter tech 17990 Nov 21 06:42 gawk-3.0.0/COPYING -rw-r--r-- 0 mphunter tech 2714 Dec 27 11:56 gawk-3.0.0/FUTURES -rw-r--r-- 0 mphunter tech 6603 Jan 7 23:39 gawk-3.0.0/Makefile.in -rw-r--r-- 0 mphunter tech 461 Dec 27 11:59 gawk-3.0.0/PROBLEMS -rw-r--r-- 0 mphunter tech 2979 Jan 10 23:11 gawk-3.0.0/README -rw-r--r-- 0 mphunter tech 1142 Nov 20 10:11 gawk-3.0.0/PORTS -rw-r--r-- 0 mphunter tech 3545 Dec 27 11:58 gawk-3.0.0/POSIX.STD -rwxr-xr-x 0 mphunter tech 65908 Dec 20 16:39 gawk-3.0.0/configure -rw-r--r-- 0 mphunter tech 2632 Dec 19 17:04 gawk-3.0.0/configure.in -rw-r--r-- 0 mphunter tech 1186 Dec 19 17:03 gawk-3.0.0/acconfig.h -rw-r--r-- 0 mphunter tech 5372 Dec 19 17:04 gawk-3.0.0/configh.in -rw-r--r-- 0 mphunter tech 1580 Oct 13 06:35 gawk-3.0.0/ACKNOWLEDGMENT -rw-r--r-- 0 mphunter tech 799 Jan 10 23:20 gawk-3.0.0/ChangeLog -rw-r--r-- 0 mphunter tech 7721 Dec 27 11:49 gawk-3.0.0/INSTALL -rw-r--r-- 0 mphunter tech 649 Aug 16 01:18 gawk-3.0.0/LIMITATIONS -r-xr-xr-x 0 mphunter tech 4771 Dec 22 22:52 gawk-3.0.0/install-sh -r-xr-xr-x 0 mphunter tech 650 Aug 25 12:59 gawk-3.0.0/mkinstalldirs -rw------- 0 mphunter tech 1396 Aug 16 11:18 gawk-3.0.0/aclocal.m4 -rw-r--r-- 0 mphunter tech 29 Dec 20 16:39 gawk-3.0.0/stamp-h.in drwxrwxrwx 0 mphunter tech Apr 7 15:22 gawk-3.0.0/missing -rw-r--r-- 0 mphunter tech 1059 Dec 19 17:01 gawk-3.0.0/missing/system.c -rw-r--r-- 0 mphunter tech 681 Nov 25 15:46 gawk-3.0.0/missing/tzset.c -rw-r--r-- 0 mphunter tech 337 Jun 28 21:20 gawk-3.0.0/missing/memcmp.c -rw-r--r-- 0 mphunter tech 261 Oct 25 13:56 gawk-3.0.0/missing/memcpy.c -rw-r--r-- 0 mphunter tech 301 Aug 14 19:57 gawk-3.0.0/missing/memset.c -rw-r--r-- 0 mphunter tech 13063 Sep 9 21:09 gawk-3.0.0/missing/random.c -rw-r--r-- 0 mphunter tech 3861 Nov 24 20:01 gawk-3.0.0/missing/strncasecmp.c -rw-r--r-- 0 mphunter tech 749 Aug 16 20:44 gawk-3.0.0/missing/strchr.c -rw-r--r-- 0 mphunter tech 1204 Dec 19 17:00 gawk-3.0.0/missing/strerror.c -rw-r--r-- 0 mphunter tech 2050 Jun 16 22:14 gawk-3.0.0/missing/strtod.c -rw-r--r-- 0 mphunter tech 21831 Jan 10 23:43 gawk-3.0.0/missing/strftime.c -rw-r--r-- 0 mphunter tech 8643 Jan 7 13:21 gawk-3.0.0/missing/strftime.3 drwxrwxrwx 0 mphunter tech Apr 7 15:22 gawk-3.0.0/amiga -rw-r--r-- 0 mphunter tech 2812 Dec 28 23:45 gawk-3.0.0/amiga/gawkmisc.ami -rw-r--r-- 0 mphunter tech 94 Jan 10 22:59 gawk-3.0.0/amiga/ChangeLog drwxrwxrwx 0 mphunter tech Apr 7 15:32 gawk-3.0.0/doc -rw-r--r-- 0 mphunter tech 2633 Jan 11 22:09 gawk-3.0.0/doc/Makefile.in -rw-r--r-- 0 mphunter tech 147032 Jan 7 23:37 gawk-3.0.0/doc/texinfo.tex -rw-r--r-- 0 mphunter tech 744416 Jan 9 21:57 gawk-3.0.0/doc/gawk.texi -rw-r--r-- 0 mphunter tech 55721 Dec 28 23:13 gawk-3.0.0/doc/gawk.1 -rw-r--r-- 0 mphunter tech 1164 Oct 13 15:48 gawk-3.0.0/doc/igawk.1 -rw-r--r-- 0 mphunter tech 721305 Jan 11 22:16 gawk-3.0.0/doc/gawk.info -rw-r--r-- 0 mphunter tech 12298 Jan 11 22:01 gawk-3.0.0/doc/gawk.log -rw-r--r-- 0 mphunter tech 1046168 Jan 11 22:01 gawk-3.0.0/doc/gawk.dvi -rw-r--r-- 0 mphunter tech 31542 Jan 11 22:01 gawk-3.0.0/doc/gawk.aux -rw-r--r-- 0 mphunter tech 13071 Jan 11 22:01 gawk-3.0.0/doc/gawk.toc -rw-r--r-- 0 mphunter tech 42523 Jan 11 22:01 gawk-3.0.0/doc/gawk.cp -rw-r--r-- 0 mphunter tech 0 Jan 11 21:58 gawk-3.0.0/doc/gawk.fn -rw-r--r-- 0 mphunter tech 0 Jan 11 21:58 gawk-3.0.0/doc/gawk.vr -rw-r--r-- 0 mphunter tech 0 Jan 11 21:58 gawk-3.0.0/doc/gawk.tp -rw-r--r-- 0 mphunter tech 0 Jan 11 21:58 gawk-3.0.0/doc/gawk.ky -rw-r--r-- 0 mphunter tech 0 Jan 11 21:58 gawk-3.0.0/doc/gawk.pg -rw-r--r-- 0 mphunter tech 21948 Jan 11 21:58 gawk-3.0.0/doc/gawk.cps -rw-r--r-- 0 mphunter tech 113812 Jan 11 22:08 gawk-3.0.0/doc/gawk.1.ps -rw-r--r-- 0 mphunter tech 1401839 Jan 11 22:09 gawk-3.0.0/doc/gawk.ps -rw-r--r-- 0 mphunter tech 7583 Jan 11 22:08 gawk-3.0.0/doc/igawk.1.ps -rw-rw-r-- 0 mphunter tech 2762 Apr 7 15:32 gawk-3.0.0/doc/Makefile drwxrwxrwx 0 mphunter tech Apr 7 15:22 gawk-3.0.0/pc -rw-r--r-- 0 mphunter tech 9148 Jan 8 23:16 gawk-3.0.0/pc/Makefile -rw-r--r-- 0 mphunter tech 6176 Dec 15 12:30 gawk-3.0.0/pc/config.h -r--r--r-- 0 mphunter tech 65 Aug 18 08:58 gawk-3.0.0/pc/gawk.def -rw-r--r-- 0 mphunter tech 708 Sep 3 21:46 gawk-3.0.0/pc/getid.c -rw-r--r-- 0 mphunter tech 2703 Dec 15 11:45 gawk-3.0.0/pc/popen.c -rw-r--r-- 0 mphunter tech 179 Aug 20 13:53 gawk-3.0.0/pc/popen.h drwxrwxrwx 0 mphunter tech Apr 7 15:22 gawk-3.0.0/pc/awklib -rw-r--r-- 0 mphunter tech 1368 Dec 15 13:09 gawk-3.0.0/pc/awklib/igawk.awk -rw-r--r-- 0 mphunter tech 1632 Jan 8 00:16 gawk-3.0.0/pc/awklib/igawk -rw-r--r-- 0 mphunter tech 36 Dec 19 09:57 gawk-3.0.0/pc/awklib/igawk.bat drwxrwxrwx 0 mphunter tech Apr 7 15:22 gawk-3.0.0/pc/include -rw-r--r-- 0 mphunter tech 57 Sep 5 15:46 gawk-3.0.0/pc/include/stdio.h -rw-r--r-- 0 mphunter tech 58 Sep 5 15:47 gawk-3.0.0/pc/include/string.h drwxrwxrwx 0 mphunter tech Apr 7 15:22 gawk-3.0.0/pc/include/sys -rw-r--r-- 0 mphunter tech 61 Sep 5 15:24 gawk-3.0.0/pc/include/sys/types.h -rw-r--r-- 0 mphunter tech 60 Sep 5 15:22 gawk-3.0.0/pc/include/sys/stat.h -rw-r--r-- 0 mphunter tech 57 Sep 5 16:21 gawk-3.0.0/pc/include/fcntl.h -rw-r--r-- 0 mphunter tech 58 Sep 5 16:01 gawk-3.0.0/pc/include/stdlib.h -rw-r--r-- 0 mphunter tech 56 Sep 5 16:02 gawk-3.0.0/pc/include/time.h -rw-r--r-- 0 mphunter tech 3006 Nov 2 23:22 gawk-3.0.0/pc/gawkmisc.pc -rw-r--r-- 0 mphunter tech 706 Dec 19 10:08 gawk-3.0.0/pc/mkinstal.sh -rw-r--r-- 0 mphunter tech 13006 Dec 19 20:52 gawk-3.0.0/pc/Makefile.tst -rw-rw-r-- 0 mphunter tech 1947 Jan 9 21:10 gawk-3.0.0/pc/install.awk -rw-r--r-- 0 mphunter tech 94 Jan 10 23:00 gawk-3.0.0/pc/ChangeLog drwxrwxrwx 0 mphunter tech Apr 7 15:22 gawk-3.0.0/atari -rw-r--r-- 0 mphunter tech 6622 Dec 28 23:51 gawk-3.0.0/atari/Makefile.st -rw-r--r-- 0 mphunter tech 5226 Dec 19 17:00 gawk-3.0.0/atari/config.h -rw-r--r-- 0 mphunter tech 94 Jan 10 22:59 gawk-3.0.0/atari/ChangeLog -rw-r--r-- 0 mphunter tech 1197 Dec 19 17:00 gawk-3.0.0/atari/redirect.h -rw-r--r-- 0 mphunter tech 248 Apr 14 21:38 gawk-3.0.0/atari/stack.c -rw-r--r-- 0 mphunter tech 2424 Nov 24 20:00 gawk-3.0.0/atari/system.c -rw-r--r-- 0 mphunter tech 1175 Sep 8 23:25 gawk-3.0.0/atari/tmpnam.c -rw-r--r-- 0 mphunter tech 2887 Dec 28 23:45 gawk-3.0.0/atari/gawkmisc.atr -rw-r--r-- 0 mphunter tech 2984 Dec 28 23:48 gawk-3.0.0/atari/Makefile.awklib drwxrwxrwx 0 mphunter tech Apr 7 15:22 gawk-3.0.0/vms -rw-r--r-- 0 mphunter tech 7866 Nov 15 06:30 gawk-3.0.0/vms/descrip.mms -rw-r--r-- 0 mphunter tech 263 May 17 12:16 gawk-3.0.0/vms/fcntl.h -rw-r--r-- 0 mphunter tech 2206 Jan 30 17:44 gawk-3.0.0/vms/gawk.cld -rw-r--r-- 0 mphunter tech 61820 Aug 13 00:55 gawk-3.0.0/vms/gawk.hlp -rw-r--r-- 0 mphunter tech 660 Jul 27 20:44 gawk-3.0.0/vms/unixlib.h -rw-r--r-- 0 mphunter tech 1119 May 17 12:16 gawk-3.0.0/vms/varargs.h -rw-r--r-- 0 mphunter tech 2969 Jan 30 17:44 gawk-3.0.0/vms/vms.h -rw-r--r-- 0 mphunter tech 15699 Dec 19 17:01 gawk-3.0.0/vms/vms_args.c -rw-r--r-- 0 mphunter tech 3238 Aug 4 21:25 gawk-3.0.0/vms/vms_cli.c -rw-r--r-- 0 mphunter tech 8063 Dec 19 17:01 gawk-3.0.0/vms/vms_fwrite.c -rw-r--r-- 0 mphunter tech 8836 Dec 19 17:01 gawk-3.0.0/vms/vms_gawk.c -rw-r--r-- 0 mphunter tech 6558 Dec 19 17:02 gawk-3.0.0/vms/vms_misc.c -rw-r--r-- 0 mphunter tech 12324 Dec 19 17:02 gawk-3.0.0/vms/vms_popen.c -rw-r--r-- 0 mphunter tech 2663 Dec 14 11:51 gawk-3.0.0/vms/vmsbuild.com -rw-r--r-- 0 mphunter tech 4722 Dec 19 17:01 gawk-3.0.0/vms/vms-conf.h -rw-r--r-- 0 mphunter tech 2609 Dec 19 17:01 gawk-3.0.0/vms/redirect.h -rw-r--r-- 0 mphunter tech 2663 Sep 17 15:43 gawk-3.0.0/vms/gawkmisc.vms -rwxr-xr-x 0 mphunter tech 778 Dec 5 13:38 gawk-3.0.0/vms/posix-cc.sh -rw-r--r-- 0 mphunter tech 94 Jan 10 23:00 gawk-3.0.0/vms/ChangeLog drwxrwxrwx 0 mphunter tech Apr 7 15:22 gawk-3.0.0/README_d -rw-r--r-- 0 mphunter tech 5247 Oct 22 06:08 gawk-3.0.0/README_d/README.VMS -rw-r--r-- 0 mphunter tech 1139 Dec 26 23:54 gawk-3.0.0/README_d/README.atari -rw-r--r-- 0 mphunter tech 7004 Jan 10 23:08 gawk-3.0.0/README_d/README.pc -rw-r--r-- 0 mphunter tech 945 Jan 10 23:03 gawk-3.0.0/README_d/README.ultrix -rw-r--r-- 0 mphunter tech 290 Aug 13 00:55 gawk-3.0.0/README_d/README.yacc -rw-r--r-- 0 mphunter tech 513 Jan 10 23:04 gawk-3.0.0/README_d/README.FIRST -rw-r--r-- 0 mphunter tech 538 Jan 10 23:04 gawk-3.0.0/README_d/README.sgi -rw-r--r-- 0 mphunter tech 285 Jan 10 23:03 gawk-3.0.0/README_d/README.sunos4 drwxrwxrwx 0 mphunter tech Apr 7 15:22 gawk-3.0.0/posix -rw-r--r-- 0 mphunter tech 2711 Dec 28 23:45 gawk-3.0.0/posix/gawkmisc.c -rw-r--r-- 0 mphunter tech 94 Jan 10 23:00 gawk-3.0.0/posix/ChangeLog drwxrwxrwx 0 mphunter tech Apr 7 16:25 gawk-3.0.0/awklib -rw-r--r-- 0 mphunter tech 2663 Dec 19 17:02 gawk-3.0.0/awklib/Makefile.in -rw-r--r-- 0 mphunter tech 2039 Dec 27 11:02 gawk-3.0.0/awklib/extract.awk drwxrwxrwx 0 mphunter tech Apr 7 15:23 gawk-3.0.0/awklib/eg drwxrwxrwx 0 mphunter tech Apr 7 16:25 gawk-3.0.0/awklib/eg/lib -rw-r--r-- 0 mphunter tech 233 Jan 10 23:20 gawk-3.0.0/awklib/eg/lib/ctime.awk -rw-r--r-- 0 mphunter tech 388 Jan 10 23:20 gawk-3.0.0/awklib/eg/lib/nextfile.awk -rw-r--r-- 0 mphunter tech 383 Jan 10 23:20 gawk-3.0.0/awklib/eg/lib/assert.awk -rw-r--r-- 0 mphunter tech 1144 Jan 10 23:20 gawk-3.0.0/awklib/eg/lib/ord.awk -rw-r--r-- 0 mphunter tech 380 Jan 10 23:20 gawk-3.0.0/awklib/eg/lib/join.awk -rw-r--r-- 0 mphunter tech 2573 Jan 10 23:20 gawk-3.0.0/awklib/eg/lib/mktime.awk -rw-r--r-- 0 mphunter tech 2542 Jan 10 23:20 gawk-3.0.0/awklib/eg/lib/gettime.awk -rw-r--r-- 0 mphunter tech 321 Jan 10 23:20 gawk-3.0.0/awklib/eg/lib/ftrans.awk -rw-r--r-- 0 mphunter tech 2250 Jan 10 23:20 gawk-3.0.0/awklib/eg/lib/getopt.awk -rw-r--r-- 0 mphunter tech 480 Jan 10 23:20 gawk-3.0.0/awklib/eg/lib/pwcat.c -rw-r--r-- 0 mphunter tech 1036 Jan 10 23:20 gawk-3.0.0/awklib/eg/lib/passwdawk.in -rw-r--r-- 0 mphunter tech 643 Jan 10 23:20 gawk-3.0.0/awklib/eg/lib/grcat.c -rw-r--r-- 0 mphunter tech 1653 Jan 10 23:20 gawk-3.0.0/awklib/eg/lib/groupawk.in drwxrwxrwx 0 mphunter tech Apr 7 15:22 gawk-3.0.0/awklib/eg/data -rw-r--r-- 0 mphunter tech 506 Jan 10 23:20 gawk-3.0.0/awklib/eg/data/BBS-list -rw-r--r-- 0 mphunter tech 321 Jan 10 23:20 gawk-3.0.0/awklib/eg/data/inventory-shipped drwxrwxrwx 0 mphunter tech Apr 7 15:23 gawk-3.0.0/awklib/eg/prog -rw-r--r-- 0 mphunter tech 3633 Jan 10 23:20 gawk-3.0.0/awklib/eg/prog/cut.awk -rw-r--r-- 0 mphunter tech 1865 Jan 10 23:20 gawk-3.0.0/awklib/eg/prog/egrep.awk -rw-r--r-- 0 mphunter tech 1426 Jan 10 23:20 gawk-3.0.0/awklib/eg/prog/id.awk -rw-r--r-- 0 mphunter tech 1117 Jan 10 23:20 gawk-3.0.0/awklib/eg/prog/split.awk -rw-r--r-- 0 mphunter tech 688 Jan 10 23:20 gawk-3.0.0/awklib/eg/prog/tee.awk -rw-r--r-- 0 mphunter tech 2639 Jan 10 23:20 gawk-3.0.0/awklib/eg/prog/uniq.awk -rw-r--r-- 0 mphunter tech 1421 Jan 10 23:20 gawk-3.0.0/awklib/eg/prog/wc.awk -rw-r--r-- 0 mphunter tech 414 Jan 10 23:20 gawk-3.0.0/awklib/eg/prog/dupword.awk -rw-r--r-- 0 mphunter tech 2237 Jan 10 23:20 gawk-3.0.0/awklib/eg/prog/alarm.awk -rw-r--r-- 0 mphunter tech 1037 Jan 10 23:20 gawk-3.0.0/awklib/eg/prog/translate.awk -rw-r--r-- 0 mphunter tech 1019 Jan 10 23:20 gawk-3.0.0/awklib/eg/prog/labels.awk -rw-r--r-- 0 mphunter tech 316 Jan 10 23:20 gawk-3.0.0/awklib/eg/prog/wordfreq.awk -rw-r--r-- 0 mphunter tech 285 Jan 10 23:20 gawk-3.0.0/awklib/eg/prog/histsort.awk -rw-r--r-- 0 mphunter tech 1659 Jan 10 23:20 gawk-3.0.0/awklib/eg/prog/extract.awk -rw-r--r-- 0 mphunter tech 518 Jan 10 23:20 gawk-3.0.0/awklib/eg/prog/awksed.awk -rw-r--r-- 0 mphunter tech 2998 Jan 10 23:20 gawk-3.0.0/awklib/eg/prog/igawk.sh drwxrwxrwx 0 mphunter tech Apr 7 15:23 gawk-3.0.0/awklib/eg/misc -rw-r--r-- 0 mphunter tech 103 Jan 10 23:20 gawk-3.0.0/awklib/eg/misc/arraymax.awk -rw-r--r-- 0 mphunter tech 127 Jan 10 23:20 gawk-3.0.0/awklib/eg/misc/arraymax.data -rw-r--r-- 0 mphunter tech 224 Jan 10 23:20 gawk-3.0.0/awklib/eg/misc/findpat.sh -rw-r--r-- 0 mphunter tech 131 Jan 10 23:20 gawk-3.0.0/awklib/eg/misc/findpat.data -rw-r--r-- 0 mphunter tech 107 Jan 10 23:20 gawk-3.0.0/awklib/stamp-eg -rw-r--r-- 0 mphunter tech 1036 Jan 10 23:20 gawk-3.0.0/awklib/passwd.awk -rw-r--r-- 0 mphunter tech 1653 Jan 10 23:20 gawk-3.0.0/awklib/group.awk -rwxr-xr-x 0 mphunter tech 2784 Jan 7 22:02 gawk-3.0.0/awklib/igawk.save -rwxrwxr-x 0 mphunter tech 18159 Apr 7 15:56 gawk-3.0.0/awklib/pwcat -r--r--r-- 0 mphunter tech 2999 Apr 7 15:55 gawk-3.0.0/awklib/Makefile,v -rw-r--r-- 0 mphunter tech 2937 Apr 7 16:14 gawk-3.0.0/awklib/Makefile -rwxrwxr-x 0 mphunter tech 18384 Apr 7 15:56 gawk-3.0.0/awklib/grcat -rwxr-xr-x 0 mphunter tech 2998 Apr 7 15:56 gawk-3.0.0/awklib/igawk drwxrwxrwx 0 mphunter tech Apr 7 16:12 gawk-3.0.0/test drwxrwxrwx 0 mphunter tech Apr 7 15:23 gawk-3.0.0/test/reg -rw-r--r-- 0 mphunter tech 47 Oct 19 20:07 gawk-3.0.0/test/reg/exp.awk -rw-r--r-- 0 mphunter tech 0 Oct 19 20:07 gawk-3.0.0/test/reg/exp.in -rw-r--r-- 0 mphunter tech 79 Oct 19 20:07 gawk-3.0.0/test/reg/exp.good -rw-r--r-- 0 mphunter tech 42 Oct 19 20:07 gawk-3.0.0/test/reg/log.awk -rw-r--r-- 0 mphunter tech 0 Oct 19 20:07 gawk-3.0.0/test/reg/log.in -rw-r--r-- 0 mphunter tech 118 Oct 19 20:07 gawk-3.0.0/test/reg/log.good -rw-r--r-- 0 mphunter tech 6 Oct 19 20:07 gawk-3.0.0/test/reg/exp-eq.in -rw-r--r-- 0 mphunter tech 22 Oct 19 20:07 gawk-3.0.0/test/reg/exp-eq.awk -rw-r--r-- 0 mphunter tech 7 Oct 19 20:07 gawk-3.0.0/test/reg/exp-eq.good -rw-r--r-- 0 mphunter tech 0 Oct 19 20:07 gawk-3.0.0/test/reg/func.in -rw-r--r-- 0 mphunter tech 25 Oct 19 20:07 gawk-3.0.0/test/reg/func.awk -rw-r--r-- 0 mphunter tech 49 Oct 19 20:07 gawk-3.0.0/test/reg/func2.awk -rw-r--r-- 0 mphunter tech 58 Oct 19 20:07 gawk-3.0.0/test/reg/func.good -rw-r--r-- 0 mphunter tech 121 Oct 19 20:07 gawk-3.0.0/test/reg/func2.good -rw-r--r-- 0 mphunter tech 0 Oct 19 20:07 gawk-3.0.0/test/reg/func2.in drwxrwxrwx 0 mphunter tech Apr 7 15:23 gawk-3.0.0/test/lib -rw-r--r-- 0 mphunter tech 28 Oct 19 20:07 gawk-3.0.0/test/lib/awkpath.awk -rw-rw-r-- 0 mphunter tech 8642 Apr 7 15:32 gawk-3.0.0/test/Makefile -rw-r--r-- 0 mphunter tech 132 Oct 19 20:07 gawk-3.0.0/test/igncfs.awk -rw-r--r-- 0 mphunter tech 44 Oct 19 20:07 gawk-3.0.0/test/igncfs.in -rwxr-xr-x 0 mphunter tech 265 Oct 19 20:07 gawk-3.0.0/test/regtest -rw-r--r-- 0 mphunter tech 5 Oct 19 20:08 gawk-3.0.0/test/negexp.ok -rw-r--r-- 0 mphunter tech 42 Oct 19 20:08 gawk-3.0.0/test/nfset.ok -rw-r--r-- 0 mphunter tech 60 Aug 16 17:21 gawk-3.0.0/test/sclforin.ok -rw-r--r-- 0 mphunter tech 13 Oct 19 20:07 gawk-3.0.0/test/out3.ok -rw-r--r-- 0 mphunter tech 385 Jan 30 17:44 gawk-3.0.0/test/argarray.awk -rw-r--r-- 0 mphunter tech 176 Aug 13 00:55 gawk-3.0.0/test/paramdup.ok -rw-r--r-- 0 mphunter tech 46 Oct 19 20:07 gawk-3.0.0/test/out2.ok -rw-r--r-- 0 mphunter tech 538 Oct 13 00:43 gawk-3.0.0/test/README -rw-r--r-- 0 mphunter tech 37 Oct 19 20:08 gawk-3.0.0/test/anchgsub.ok -rw-r--r-- 0 mphunter tech 233 Dec 8 12:50 gawk-3.0.0/test/argarray.ok -rw-r--r-- 0 mphunter tech 455 Oct 19 20:07 gawk-3.0.0/test/longwrds.awk -rw-r--r-- 0 mphunter tech 365 Oct 19 20:07 gawk-3.0.0/test/messages.awk -rw-r--r-- 0 mphunter tech 55 Nov 2 06:16 gawk-3.0.0/test/argtest.ok -rw-r--r-- 0 mphunter tech 97 Oct 19 20:07 gawk-3.0.0/test/rand.awk -rw-r--r-- 0 mphunter tech 78 Aug 13 00:55 gawk-3.0.0/test/arrayparm.ok -rw-r--r-- 0 mphunter tech 4 Oct 19 20:08 gawk-3.0.0/test/fsbs.ok -rw-r--r-- 0 mphunter tech 66 Oct 19 20:07 gawk-3.0.0/test/swaplns.awk -rw-r--r-- 0 mphunter tech 4 Oct 19 20:07 gawk-3.0.0/test/arrayref.ok -rw-r--r-- 0 mphunter tech 27 Oct 19 20:08 gawk-3.0.0/test/asgext.ok -rw-r--r-- 0 mphunter tech 1553 Oct 19 20:07 gawk-3.0.0/test/posix.awk -rw-r--r-- 0 mphunter tech 4142 Oct 19 20:07 gawk-3.0.0/test/manpage -rw-r--r-- 0 mphunter tech 10 Oct 19 20:08 gawk-3.0.0/test/awkpath.ok -rw-r--r-- 0 mphunter tech 75 Aug 14 18:43 gawk-3.0.0/test/gensub.ok -rw-r--r-- 0 mphunter tech 604 Jan 11 09:07 gawk-3.0.0/test/badargs.ok -rw-r--r-- 0 mphunter tech 22 Oct 19 20:07 gawk-3.0.0/test/fsrs.ok -rw-r--r-- 0 mphunter tech 183 Oct 19 20:07 gawk-3.0.0/test/compare.awk -rw-r--r-- 0 mphunter tech 15 Oct 19 20:07 gawk-3.0.0/test/compare.ok -rw-r--r-- 0 mphunter tech 4 Oct 19 20:07 gawk-3.0.0/test/fstabplus.ok -rwxr-xr-x 0 mphunter tech 101 Jan 8 17:53 gawk-3.0.0/test/poundbang -rw-r--r-- 0 mphunter tech 63 Aug 13 00:55 gawk-3.0.0/test/nonl.ok -rw-r--r-- 0 mphunter tech 31 Oct 19 20:08 gawk-3.0.0/test/poundbang.ok -rw-r--r-- 0 mphunter tech 28 Nov 20 10:17 gawk-3.0.0/test/manyfiles.awk -rw-r--r-- 0 mphunter tech 9 Oct 19 20:07 gawk-3.0.0/test/compare.in -rw-r--r-- 0 mphunter tech 35 Aug 13 00:55 gawk-3.0.0/test/convfmt.ok -rw-r--r-- 0 mphunter tech 123 Nov 30 09:41 gawk-3.0.0/test/defref.ok -rw-r--r-- 0 mphunter tech 4 Oct 19 20:07 gawk-3.0.0/test/fieldwdth.ok -rw-r--r-- 0 mphunter tech 3 Oct 19 20:08 gawk-3.0.0/test/ignrcase.ok -rw-r--r-- 0 mphunter tech 111 Oct 19 20:07 gawk-3.0.0/test/fsrs.awk -rw-r--r-- 0 mphunter tech 25 Oct 19 20:07 gawk-3.0.0/test/fsrs.in -rw-r--r-- 0 mphunter tech 20 Oct 19 20:07 gawk-3.0.0/test/out1.ok -rw-r--r-- 0 mphunter tech 101 Oct 19 20:07 gawk-3.0.0/test/inftest.awk -rw-r--r-- 0 mphunter tech 9 Aug 14 17:56 gawk-3.0.0/test/litoct.ok -rw-r--r-- 0 mphunter tech 80 Oct 19 20:08 gawk-3.0.0/test/getline.ok -rw-r--r-- 0 mphunter tech 40 Oct 19 20:08 gawk-3.0.0/test/getline.awk -rw-r--r-- 0 mphunter tech 4 Oct 19 20:08 gawk-3.0.0/test/fsbs.in -rw-r--r-- 0 mphunter tech 51 Oct 19 20:07 gawk-3.0.0/test/igncfs.ok -rw-r--r-- 0 mphunter tech 1406 Oct 19 20:07 gawk-3.0.0/test/inftest.ok -rw-r--r-- 0 mphunter tech 86 Aug 14 16:57 gawk-3.0.0/test/nofmtch.ok -rw-r--r-- 0 mphunter tech 30 Oct 19 20:08 gawk-3.0.0/test/asgext.awk -rw-r--r-- 0 mphunter tech 16 Oct 19 20:08 gawk-3.0.0/test/asgext.in -rw-r--r-- 0 mphunter tech 275 Oct 19 20:07 gawk-3.0.0/test/longwrds.ok -rw-r--r-- 0 mphunter tech 35 Oct 19 20:08 gawk-3.0.0/test/anchgsub.awk -rw-r--r-- 0 mphunter tech 40 Oct 19 20:08 gawk-3.0.0/test/anchgsub.in -rw-r--r-- 0 mphunter tech 429 Oct 19 20:07 gawk-3.0.0/test/posix.ok -rw-r--r-- 0 mphunter tech 144 Oct 19 20:08 gawk-3.0.0/test/splitargv.awk -rw-r--r-- 0 mphunter tech 144 Oct 19 20:08 gawk-3.0.0/test/splitargv.in -rw-r--r-- 0 mphunter tech 359 Oct 19 20:07 gawk-3.0.0/test/swaplns.ok -rw-r--r-- 0 mphunter tech 75 Oct 13 00:39 gawk-3.0.0/test/prmarscl.ok -rw-r--r-- 0 mphunter tech 19 Oct 19 20:08 gawk-3.0.0/test/nfset.awk -rw-r--r-- 0 mphunter tech 40 Oct 19 20:08 gawk-3.0.0/test/nfset.in -rw-r--r-- 0 mphunter tech 18 Oct 19 20:08 gawk-3.0.0/test/reparse.ok -rw-r--r-- 0 mphunter tech 67 Oct 19 20:08 gawk-3.0.0/test/reparse.awk -rw-r--r-- 0 mphunter tech 10 Oct 19 20:08 gawk-3.0.0/test/reparse.in -rw-r--r-- 0 mphunter tech 2 Aug 14 20:29 gawk-3.0.0/test/resplit.ok -rw-r--r-- 0 mphunter tech 11 Nov 20 10:17 gawk-3.0.0/test/rs.ok -rw-r--r-- 0 mphunter tech 14 Aug 16 01:03 gawk-3.0.0/test/rswhite.ok -rw-r--r-- 0 mphunter tech 144 Oct 19 20:08 gawk-3.0.0/test/splitargv.ok -rw-r--r-- 0 mphunter tech 78 Nov 2 06:16 gawk-3.0.0/test/argtest.awk -rw-r--r-- 0 mphunter tech 59 Oct 13 00:39 gawk-3.0.0/test/sclifin.ok -rw-r--r-- 0 mphunter tech 16 Aug 13 22:45 gawk-3.0.0/test/defref.awk -rw-r--r-- 0 mphunter tech 41 Aug 16 17:21 gawk-3.0.0/test/sclforin.awk -rw-r--r-- 0 mphunter tech 59 Aug 16 12:39 gawk-3.0.0/test/prmarscl.awk -rw-r--r-- 0 mphunter tech 48 Oct 19 20:07 gawk-3.0.0/test/fstabplus.awk -rw-r--r-- 0 mphunter tech 68 Aug 16 17:21 gawk-3.0.0/test/sclifin.awk -rw-r--r-- 0 mphunter tech 301 Aug 13 00:55 gawk-3.0.0/test/arrayparm.awk -rw-r--r-- 0 mphunter tech 24 Aug 14 16:56 gawk-3.0.0/test/nofmtch.awk -rw-r--r-- 0 mphunter tech 40 Aug 16 17:23 gawk-3.0.0/test/intprec.awk -rw-r--r-- 0 mphunter tech 55 Aug 14 17:55 gawk-3.0.0/test/litoct.awk -rw-r--r-- 0 mphunter tech 258 Aug 13 00:55 gawk-3.0.0/test/convfmt.awk -rw-r--r-- 0 mphunter tech 1 Aug 13 12:19 gawk-3.0.0/test/nonl.awk -rw-r--r-- 0 mphunter tech 22 Aug 16 17:23 gawk-3.0.0/test/intprec.ok -rw-r--r-- 0 mphunter tech 3 Aug 16 17:36 gawk-3.0.0/test/childin.ok -rw-r--r-- 0 mphunter tech 359 Oct 19 20:07 gawk-3.0.0/test/swaplns.in -rw-r--r-- 0 mphunter tech 104 Aug 13 00:55 gawk-3.0.0/test/paramdup.awk -rw-r--r-- 0 mphunter tech 21 Oct 19 20:07 gawk-3.0.0/test/rs.in -rw-r--r-- 0 mphunter tech 36 Aug 14 18:43 gawk-3.0.0/test/gensub.in -rw-r--r-- 0 mphunter tech 212 Aug 14 18:43 gawk-3.0.0/test/gensub.awk -rw-r--r-- 0 mphunter tech 43 Aug 14 21:10 gawk-3.0.0/test/rswhite.awk -rw-r--r-- 0 mphunter tech 12 Aug 14 21:10 gawk-3.0.0/test/rswhite.in -rw-r--r-- 0 mphunter tech 198 Oct 19 20:07 gawk-3.0.0/test/arrayref.awk -rw-r--r-- 0 mphunter tech 272 Oct 26 23:01 gawk-3.0.0/test/gnureops.ok -rw-r--r-- 0 mphunter tech 1529 Oct 26 22:58 gawk-3.0.0/test/gnureops.awk -rw-r--r-- 0 mphunter tech 8557 Dec 28 23:48 gawk-3.0.0/test/Makefile.in -rw-r--r-- 0 mphunter tech 41 Sep 13 06:34 gawk-3.0.0/test/noeffect.awk -rw-r--r-- 0 mphunter tech 61 Sep 17 16:19 gawk-3.0.0/test/noeffect.ok -rwxr-xr-x 0 mphunter tech 674 Nov 5 07:46 gawk-3.0.0/test/fflush.sh -rw-r--r-- 0 mphunter tech 5 Oct 15 17:28 gawk-3.0.0/test/pcntplus.ok -rw-r--r-- 0 mphunter tech 16 Sep 27 04:15 gawk-3.0.0/test/numsubstr.in -rw-r--r-- 0 mphunter tech 29 Sep 27 04:26 gawk-3.0.0/test/numsubstr.awk -rw-r--r-- 0 mphunter tech 64 Nov 5 09:23 gawk-3.0.0/test/fflush.ok -rw-r--r-- 0 mphunter tech 13 Oct 1 21:51 gawk-3.0.0/test/numsubstr.ok -rw-r--r-- 0 mphunter tech 188 Nov 1 21:49 gawk-3.0.0/test/prmreuse.awk -rw-r--r-- 0 mphunter tech 34 Oct 15 17:28 gawk-3.0.0/test/pcntplus.awk -rw-r--r-- 0 mphunter tech 135 Nov 5 11:12 gawk-3.0.0/test/fldchg.awk -rw-r--r-- 0 mphunter tech 128 Nov 5 07:23 gawk-3.0.0/test/math.ok -rw-r--r-- 0 mphunter tech 94 Jan 10 23:00 gawk-3.0.0/test/ChangeLog -rw-r--r-- 0 mphunter tech 0 Nov 27 13:50 gawk-3.0.0/test/prmreuse.ok -rw-r--r-- 0 mphunter tech 15 Nov 5 11:12 gawk-3.0.0/test/fldchg.in -rw-r--r-- 0 mphunter tech 51 Nov 27 13:50 gawk-3.0.0/test/fldchg.ok -rw-r--r-- 0 mphunter tech 262 Nov 5 07:22 gawk-3.0.0/test/math.awk -rw-r--r-- 0 mphunter tech 27 Dec 8 12:47 gawk-3.0.0/test/argarray.in -rw-rw-r-- 0 mphunter tech 430 Apr 7 16:12 gawk-3.0.0/test/_posix -rw-rw-r-- 0 mphunter tech 2259 Apr 7 15:31 gawk-3.0.0/config.log -rw-rw-r-- 0 mphunter tech 29 Apr 7 15:32 gawk-3.0.0/stamp-h -rw-rw-r-- 0 mphunter tech 3036 Apr 7 15:31 gawk-3.0.0/config.cache -rwxrwxr-x 0 mphunter tech 11519 Apr 7 15:31 gawk-3.0.0/config.status -r--r--r-- 0 mphunter tech 6717 Apr 7 15:55 gawk-3.0.0/Makefile -rw-rw-r-- 0 mphunter tech 5654 Apr 7 15:32 gawk-3.0.0/config.h -r--r----- 0 mphunter tech 1340 Apr 7 15:44 gawk-3.0.0/foo.c -r--r--r-- 0 mphunter tech 39836 Apr 7 15:33 gawk-3.0.0/io.c,v -rw-r--r-- 0 mphunter tech 39755 Apr 7 15:51 gawk-3.0.0/io.c -rw-rw-r-- 0 mphunter tech 11351 Apr 7 15:34 gawk-3.0.0/tags -rwxrwxr-x 0 mphunter tech 201359 Apr 7 15:52 gawk-3.0.0/gawk -rw-rw-r-- 0 mphunter tech 970 Apr 7 16:15 gawk-3.0.0/qnxdiffs End