uniq

    Filter adjacent duplicate lines like uniq, runnable via moonx

    uniq
    coreutils
    text
    cli
    wasm
    Download zip
    Author
    Version
    0.1.1
    License
    Apache-2.0
    Last updated
    25 days ago
    Downloads
    13

    Dependencies

    #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