Skip to content

v1.84

Latest

Choose a tag to compare

@Waffle2 Waffle2 released this 03 Jul 06:49

rling v1.84

Fixed

  • -q frequency analysis: restored the field separator in word (w) output. Since the v1.76 change to tab-separated -q fields, the word column emitted no trailing separator, on the assumption that the word is always the last column. For orderings where the word comes first — notably -qwc — this ran the header (LineCount) and every data row (e.g. gmail.com3789669) together with no delimiter, making the output impossible to parse externally. The word field is now tab-terminated like every other -q field, so all column orderings (-qwc, -qcw, -qw, …) parse cleanly with cut -f / awk -F'\t'.

Changed

  • Minor improvement to very-large-file reading.
  • Documentation: added transparent-gzip usage examples and -q frequency-analysis notes to the README. (Transparent gzip input reading itself shipped in v1.82.)

Binaries

Prebuilt for macOS (universal x86_64 + arm64), Linux x86_64, FreeBSD x86_64, Windows x86_64, Windows ARM64, and Linux ppc64le. zlib is statically linked, so no external zlib runtime dependency.