fix uniq -c
fix uniq -c
Posted Feb 12, 2025 19:05 UTC (Wed) by jmalcolm (subscriber, #8876)In reply to: fix uniq -c by stijn
Parent article: Rewriting essential Linux packages in Rust
Not the author but I imagine his stance is the same as for ripgrep. Writing "better" utilities that fix old wrongs is a different undertaking. These utilities are meant to be drop-in replacements and that means compatibility which means replicating old behaviour regardless of design quality. He is open to extensions like --progress but those are window dressing and not changes in behaviour.
