/
GNU awk
GNU awk
GNU awk
GNU awk is a wrapper that provides flexible text manipulation to the Discovery Environment via the GNU awk 4.0 command and its associated programming language.
Quick Start
- To use GNU awk, upload your data in text format.
- Resources:
Test Data
All files are located in the Community Data directory of the iPlant Discovery Environment at the following path:
Community Data > iplantcollaborative > example_data > gnu_awk
Input File(s)
Use Countries.txt as test data.
Parameters Used in App
When the app is run in the Discovery Environment, use the following parameters with the above input file(s) to get the output provided in the next section below.
You must enter a valid awk program. One that will work on the test data at hand is
{print $1, ($3 - $4)}
Output File(s)
Expect a text file 'awk_out.txt' as output.
Tool Source for App
Related content
GNU grep 3.1-2
GNU grep 3.1-2
More like this
Extract First Lines From a File
Extract First Lines From a File
More like this
Extract Last Lines From a File
Extract Last Lines From a File
More like this
Find Lines Matching a Regular Expression
Find Lines Matching a Regular Expression
More like this
Cut Columns
Cut Columns
More like this
Numeric Evaluation of a Data Column
Numeric Evaluation of a Data Column
More like this