Skip to content

v1.1.11 - Field ranges

Compare
Choose a tag to compare
@jondegenhardt jondegenhardt released this 08 May 00:04
· 300 commits to master since this release

NOTE: Pre-built binaries for this release are no longer available. Please use binaries from the latest release.

Changes in v1.1.11:

Main feature is support for field ranges. Any place a list of fields can be entered, field ranges can be used as well. A field range is a pair of field numbers separated by a hyphen. Reverse order is supported as well. Single field numbers and field ranges can be used together. Some examples:

$ tsv-select --fields 1,2,17-33,10-7  data.tsv
$ tsv-summarize --group-by 3-5 --median 7-17
$ tsv-uniq --fields 7-10 data.tsv

There are also some improvements to error message text.