...store script-defined variables and functions in a file for later use. The feature, called pm-gawk , is described in GAWK: Effective AWK Programming and in Persistent Memory gawk…report a bug in gawk NAME gawkbug - report a bug in gawk SYNOPSIS gawkbug [ --version ] [ --help ] [ email-address ] DESCRIPTION gawkbug is a shell script to help the user compose …time functions for gawk NAME time - time functions for gawk SYNOPSIS @load "time" time = gettimeofday() ret = sleep(amount) CAUTION This extension is deprecated in favor of the tim…pattern scanning and processing language NAME gawk - pattern scanning and processing language SYNOPSIS gawk [ POSIX or GNU style options ] -f program-file [ -- ] file ... gawk [ PO…pattern scanning and processing language NAME gawk - pattern scanning and processing language SYNOPSIS gawk [ POSIX or GNU style options ] -f program-file [ -- ] file ... gawk [ PO…pattern scanning and processing language NAME gawk - pattern scanning and processing language SYNOPSIS gawk [ POSIX or GNU style options ] -f program-file [ -- ] file ... gawk [ PO…emulate sed/perl/ruby in-place editing NAME inplace - emulate sed/perl/ruby in-place editing SYNOPSIS gawk -i inplace ... DESCRIPTION The inplace extension adds two functions named…directory input parser for gawk NAME readdir - directory input parser for gawk SYNOPSIS @load "readdir" DESCRIPTION The readdir extension adds an input parser for directories. When…write and read gawk arrays to/from files NAME writea, reada, writeall, readall - write and read gawk arrays to/from files SYNOPSIS @load "rwarray" ret = writea(file, array) ret = r…provide some file related functionality to gawk NAME filefuncs - provide some file related functionality to gawk SYNOPSIS @load "filefuncs" result = chdir("/some/directory") result…Reverse strings sample two-way processor extension NAME revtwoway - Reverse strings sample two-way processor extension SYNOPSIS @load "revtwoway" BEGIN { cmd = "/magic/mirror" prin…Reverse output strings sample extension NAME revoutput - Reverse output strings sample extension SYNOPSIS @load "revoutput" BEGIN { REVOUT = 1 } # Reverse all output strings DESCRI…convert characters to strings and vice versa NAME ordchr - convert characters to strings and vice versa SYNOPSIS @load "ordchr" number = ord("A") string = chr(65) DESCRIPTION The o…return the entire contents of a file as a string NAME readfile - return the entire contents of a file as a string SYNOPSIS @load "readfile" result = readfile("/some/path") For maki…basic process management NAME fork, wait, waitpid - basic process management SYNOPSIS @load "fork" pid = fork() ret = waitpid(pid) ret = wait(); DESCRIPTION The fork extension adds…compare a string against a filename wildcard NAME fnmatch - compare a string against a filename wildcard SYNOPSIS @load "fnmatch" result = fnmatch(pattern, string, flags) DESCRIPTI…pattern scanning and text processing language NAME mawk - pattern scanning and text processing language SYNOPSIS mawk [- W option ] [- F value ] [- v var=value ] [--] 'program text…get and/or clear page flags NAME PAGEMAP_SCAN - get and/or clear page flags LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <linux/fs.h> /* Definition of PAGE* and PM_*…easily interact with CPAN from the command line NAME cpan - easily interact with CPAN from the command line SYNOPSIS # with arguments and no switches, installs specified modules cp…easily interact with CPAN from the command line NAME cpan - easily interact with CPAN from the command line SYNOPSIS # with arguments and no switches, installs specified modules cp…