awk_process
Execute complex file operations like column manipulation, calculations, or conditional processing by applying custom AWK scripts. Output results to a file or stdout with targeted edits.
Instructions
Process files using AWK for more complex operations like column manipulation, calculations, or conditional processing
Input Schema
Name | Required | Description | Default |
---|---|---|---|
file | Yes | Input file path | |
outputFile | No | Output file path (optional, defaults to stdout) | |
script | Yes | AWK script to execute |