Description Usage Arguments Value Examples
Create awk function.
1  | rawk(code = "{print $1}")
 | 
code | 
 awk code  | 
Retrun function which executes awk code on a file.
Returned function arguments:
file path to file
stdout standard output. By default result is printed into console. See system2 for futher description.
... Other arguments passed to system2.
1 2 3 4 5 6 7 8  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.