You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added similarity matching and sorting see -z and -Z arguments
Added modes to limit memory usage or process in parts, by sorting and swapping to disk instead of holding text in RAM. See modes -S MB/GB/TB and -S negative numbers to split sorting into parts.
Bugfixes to various file handling and some code clean-up.
Fixed a segfault on rare occasions where the input is invalid
Added -C [count] which only outputs items greater than specified count, will only output a single instance. LIke -q but without the stats
Added -V / --version for version information