Go to the first, previous, next, last section, table of contents.
It's kind of fun to put comments like this in your awk code.
// Do C++ comments work? answer: yes! of course
Michael Brennan
There are three other freely available @command{awk} implementations. This minor node briefly describes where to get them:
ftp.whidbey.net. Change directory to `/pub/brennan'.
Use "binary" or "image" mode, and retrieve `mawk1.3.3.tar.gz'
(or the latest version that is there).
@command{gunzip} may be used to decompress this file. Installation
is similar to @command{gawk}'s
(@pxref{Unix Installation, , Compiling and Installing @command{gawk} on Unix}).
@command{mawk} has the following extensions that are not in POSIX @command{awk}:
fflush built-in function for flushing buffered output
(see section Input/Output Functions).
func as an abbreviation for function
(see section Function Definition Syntax).
"-" instead of "/dev/stdin" with @command{mawk}.
FS and for the third
argument to split to be null strings
(see section Making Each Character a Separate Field).
delete Statement).
RS to be a regexp
(see section How Input Is Split into Records).
BINMODE special variable for non-Unix operating systems
(@pxref{PC Using, ,Using @command{gawk} on PC Operating Systems}).
nextfile.
Go to the first, previous, next, last section, table of contents.