Skip to content

v0.21.0

Compare
Choose a tag to compare
@dbohdan dbohdan released this 03 Nov 10:32
· 89 commits to master since this release

Changes in this version include:

  • The new file option fields for the default parser awk lets you skip as well as merge parts of the input. It replaces the option merge.
  • You can disable the zeroth column (a0, b0, etc.) with the file option F0.
  • The zeroth column no longer counts towards NF.
  • raw is no longer a synonym for the parser awk.
  • The README has been much improved.