rling v1.84
Fixed
-qfrequency analysis: restored the field separator in word (w) output. Since the v1.76 change to tab-separated-qfields, 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-qfield, so all column orderings (-qwc,-qcw,-qw, …) parse cleanly withcut -f/awk -F'\t'.
Changed
- Minor improvement to very-large-file reading.
- Documentation: added transparent-gzip usage examples and
-qfrequency-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.