manpagez: man pages & more
info gawk
Home | html | info | man
[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

C.3.3 Example: Directory and File Operation Built-ins

Two useful functions that are not in awk are chdir() (so that an awk program can change its directory) and stat() (so that an awk program can gather information about a file). This section implements these functions for gawk in an external extension library.


© manpagez.com 2000-2024
Individual documents may contain additional copyright information.