Description Usage Arguments Examples
This function provides a simple front-end to awk
. It
assumes that you have awk
available and in your
PATH
.
1 2 |
code |
The |
file |
The file we are running |
BEGIN |
A block of code to include as though it were
within the |
END |
A block of code to include as though it were
within the |
vars |
A named list, whereby variables are assigned
so that |
fs |
The field separator (passed to |
out |
The location to output the result of the
computation. If this is |
verbose |
Output the generated |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.