diff options
Diffstat (limited to 'convert.awk')
| -rw-r--r-- | convert.awk | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/convert.awk b/convert.awk new file mode 100644 index 0000000..e2248b2 --- /dev/null +++ b/convert.awk @@ -0,0 +1,12 @@ +BEGIN { + line=0; +} + +NR > 47 { + line++; + print + +# if (line < 40) { +# break +# } +} |
