-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
113 changed files
with
3,416 additions
and
617 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
ENVIRONMENT | ||
=========== | ||
|
||
* TABLEAWK the name of the awk interpreter to execute. The default | ||
interpreter is #tawk. | ||
* TABLEFUNCTIONS a path specifying directories to find the source for | ||
undefined functions. | ||
* TABLEAWK the name of the awk interpreter to execute. The default | ||
interpreter is #tawk. | ||
* TABLEFUNCTIONS a path specifying directories to find the source for | ||
undefined functions. | ||
|
||
Undefined user written function may be automatically included in the | ||
text of programs. The environment variable TABLEFUNCTIONS names a | ||
path which is searched for undefined functions. If a function is | ||
mentioned in a user program or expression but not defined, a file | ||
found in the TABLEFUNCTIONS path with the name of the undefined | ||
function will be included in the program. This feature allows a | ||
library of usefull functions to be built and accessed easily. | ||
Undefined user written function may be automatically included in the | ||
text of programs. The environment variable TABLEFUNCTIONS names a | ||
path which is searched for undefined functions. If a function is | ||
mentioned in a user program or expression but not defined, a file | ||
found in the TABLEFUNCTIONS path with the name of the undefined | ||
function will be included in the program. This feature allows a | ||
library of usefull functions to be built and accessed easily. | ||
|
||
* ARRDEL array delimiter for splitting columns into arrays. | ||
* ARRDEL array delimiter for splitting columns into arrays. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.