uniq

Filter adjacent duplicate lines like uniq, runnable via moonx

uniq
coreutils
text
cli
wasm
moon add bobzhang/uniq@0.1.0
Download zip
Author
Version
0.1.0
License
Apache-2.0
Last updated
2 hours ago
Downloads
1

Dependencies

README

#uniq for moonx

Filter adjacent repeated lines (pipe through sort first for global dedup):

sort words.txt | moonx bobzhang/uniq printf 'a\na\nb\n' | moonx bobzhang/uniq -c

Options: -c prefix occurrence counts, -d only repeated lines, -u only unrepeated lines, -i case-insensitive comparison.

Source Files

Powered by MoonBit

Site sourceReport issuePackagesBuild queueSkillsStatistics

© 2026 mooncakes.io