paste

    paste command for MoonX.

    command-line
    moonx
    wasm
    Download zip
    Author
    Version
    0.1.4
    License
    Apache-2.0
    Last updated
    16 days ago
    Downloads
    15

    Dependencies

    #paste for moonx

    Support note (2026-09-05): this README is supplementary. The support record is the only capability authority; it separates native compatibility evidence from Wasm policy and smoke evidence. Options mentioned here but not promoted in that record are not compatibility guarantees.

    Merge corresponding lines of files:

    moonx cli/paste -d, nums.txt letters.txt moonx cli/paste -s -d, nums.txt # serial: one output line per file

    Options: -d LIST delimiter characters cycled between columns (default TAB; \b, \f, \n, \r, \t, \v, \0 for empty, and \\ are understood), -s serial mode, and -z for NUL-delimited input and output records. Repeated - operands consume successive records from the same stdin stream. An empty delimiter list selects one empty delimiter, while a trailing unescaped backslash is rejected before any input is consumed. Delimiter cycling is over raw bytes, matching LC_ALL=C.

    With no file operand, the command silently reads stdin until EOF, matching the upstream terminal, pipe, redirection, and explicit - behavior.

    Source Files

    Powered by MoonBit

    Site sourceReport issuePackagesBuild queueSkillsStatistics

    © 2026 mooncakes.io