timbray / topfew

Finds the field values (or combinations of values) which appear most often in a stream of records.
GNU General Public License v3.0
188 stars 6 forks source link

Field separation #14

Closed timbray closed 6 months ago

timbray commented 6 months ago

Currently fields are assumed to be separated by spaces. That isn't documented but should be. Also, consider a field-separator regex command line argument.

timbray commented 6 months ago

Documented in #18 - if someone later wants a field-separator argument, make an issue for that.