gawk: Shell Startup Files

1 
1 B.2.2 Shell Startup Files
1 -------------------------
1 
1 The distribution contains shell startup files 'gawk.sh' and 'gawk.csh',
1 containing functions to aid in manipulating the 'AWKPATH' and
1 'AWKLIBPATH' environment variables.  On a Fedora GNU/Linux system, these
1 files should be installed in '/etc/profile.d'; on other platforms, the
1 appropriate location may be different.
1 
1 'gawkpath_default'
1      Reset the 'AWKPATH' environment variable to its default value.
1 
1 'gawkpath_prepend'
1      Add the argument to the front of the 'AWKPATH' environment
1      variable.
1 
1 'gawkpath_append'
1      Add the argument to the end of the 'AWKPATH' environment variable.
1 
1 'gawklibpath_default'
1      Reset the 'AWKLIBPATH' environment variable to its default value.
1 
1 'gawklibpath_prepend'
1      Add the argument to the front of the 'AWKLIBPATH' environment
1      variable.
1 
1 'gawklibpath_append'
1      Add the argument to the end of the 'AWKLIBPATH' environment
1      variable.
1