Mercurial > repos > bgruening > text_processing
comparison awk.xml @ 2:fc862d5bccaf draft
Uploaded
| author | bgruening |
|---|---|
| date | Thu, 05 Sep 2013 12:42:48 -0400 |
| parents | a4ad586d1403 |
| children | 7068d1548234 |
comparison
equal
deleted
inserted
replaced
| 1:a4ad586d1403 | 2:fc862d5bccaf |
|---|---|
| 1 <tool id="unixtools_awk_tool" name="Data-reformatting" version="0.1.1"> | 1 <tool id="unixtools_awk_tool" name="Text reformatting" version="0.1.1"> |
| 2 <description>(awk)</description> | 2 <description>with awk</description> |
| 3 <requirements> | 3 <requirements> |
| 4 <requirement type="package" version="4.1.0">gnu_awk</requirement> | 4 <requirement type="package" version="4.1.0">gnu_awk</requirement> |
| 5 </requirements> | 5 </requirements> |
| 6 <command> | 6 <command> |
| 7 awk --sandbox -v FS=\$'\t' -v OFS=\$'\t' --re-interval -f '$awk_script' '$input' > '$output' | 7 awk --sandbox -v FS=\$'\t' -v OFS=\$'\t' --re-interval -f '$awk_script' '$input' > '$output' |
