The awk scripting language was originally developed as a pattern-matching language for writing short programs to perform data manipulation tasks. It was never meant to be used for networking purposes. awk´s strength is the manipulation of textual data that is stored in files. If we want to exploit its features in a networking context, we have to use an access mode for network connections that resembles the access of files as closely as possible. Therefore we have the following three special files (listed in descending order of importance). These files let us use the protocols of the same name for establishing connections.
Author:
Time:
Monday, June 2nd, 2008 at 8:42 am
Category:
Comments:
You can leave a response, or trackback from your own site.
RSS:
You can follow any responses to this entry through the RSS 2.0 feed.
Navigation: