Go to the first, previous, next, last section, table of contents.


util_filter

util_filter(Command,Input)
: It executes the filter program Command with the Input and returns the output of the filter as a string.
util_filter(Command,Input | env=key0)
: This function allows optional variables env

Example:

 util_filter("sort","cat\ndog\ncentipede\n");


Go to the first, previous, next, last section, table of contents.