BurntSushi / xsv

A fast CSV command line toolkit written in Rust.
The Unlicense
10.29k stars 317 forks source link

xsv frequency: show > 10 lines #270

Closed gennaro-tedesco closed 3 years ago

gennaro-tedesco commented 3 years ago

Apparently xsv frequency <filename> defaults to showing the 10 topmost results: is there an option to relax it and show the full frequency counts?

BurntSushi commented 3 years ago

xsv frequency --help should pretty clearly point to the -l/--limit flag for exactly that purpose.

gennaro-tedesco commented 3 years ago

Sorry, my bad completely, it was in fact laid plainly there. Thank you for the quick reply and for the awesome xsv!