fix uniq -c
fix uniq -c
Posted Feb 16, 2025 16:57 UTC (Sun) by dskoll (subscriber, #1630)In reply to: fix uniq -c by stijn
Parent article: Rewriting essential Linux packages in Rust
... | uniq -c | sed -e 's/^ *//'
You could wrap that in a shell function or script, I guess.
