file

Last edit

Changed:

< The [[awk]] programming language uses [[filename association]], rather than numeric [[filehandle]]s to reference open files.

to

> The [[awk]] programming language uses [[filename association]], rather than numeric [[filehandle]]s to reference open files. The awk interpreter make the appropriate mappings to filehandles behind the scenes.


Filename association

The awk programming language uses [[filename_association?]], rather than numeric [[filehandle?]]s to reference open files. The awk interpreter make the appropriate mappings to filehandles behind the scenes.