Hi Liz,
Thanks for implementing the feature request ! After doing some testing I've run into a bug when you do this:
rak keyword --count-only --unique --matches /tmp/huge-file.json => this crashes instantly
rak keyword --count-only --unique --matches /tmp/small-file.txt => this works
rak keyword --count-only /tmp/huge-file.json => this works
I'm using rak version
rak --version
rak - provided by App::Rak 0.3.8, running Raku 6.d with Rakudo 2024.05.
Any idea why it crashes with huge files only ?