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.
Compare two sorted files line by line, producing three columns: lines onlyin FILE1, lines only in FILE2 (one leading TAB), and common lines (twoleading TABs):
moonx cli/comm left.txt right.txt
moonx cli/comm -12 left.txt right.txt # only common lines
Options: -1, -2, -3 suppress the corresponding column (combinable as-12, -23, ...). Use - to read stdin. Records are compared as raw bytes,matching LC_ALL=C order. --check-order reportsan unsorted input and exits nonzero. By default, disorder is diagnosed onceunpairable input is observed, matching GNU's conditional check.-z reads and writes NUL-delimited records; --nocheck-order explicitlyselects permissive order handling whenever both order flags are present.