uniq

uniq command for MoonX.

command-line
moonx
wasm
Download zip
Author
Version
0.1.0
License
Apache-2.0
Last updated
16 hours ago
Downloads
1

Dependencies

#uniq for moonx

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

sort words.txt | moonx cli/uniq printf 'a\na\nb\n' | moonx cli/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