v1.1.18: Minor updates
NOTE: Unfortunately, the pre-built binaries for v1.1.19 and earlier releases have been lost. Please use the pre-built binaries from the latest release. There is nothing wrong with the old binaries, if you downloaded one earlier you can continue to use it.
Changes in v1.1.18:
tsv-uniq
- Added a--m|max
option to output up to a max number of duplicate lines. The default of course is one.tsv-sample
- Added PGO support. Small gains, up to 5% depending on sampling method.- Better unit test diagnostic output on "command line" tests. This simplifies tracking down errors when tests are run on a system like TravisCI. In the past it was necessary to run the test locally to see what failed.
- Bash completion - Fix a
tsv-filter
option. - Doc updates - Added a pair of sections to the Tips and Tricks doc. One describing TSV and CSV differences, another giving examples of using
dos2unix
andiconv
to deal with encoding and newline issues.