comm

comm command for MoonX.

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

Dependencies

#comm for moonx

Compare two sorted files line by line, producing three columns: lines only in FILE1, lines only in FILE2 (one leading TAB), and common lines (two leading 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. Lines are compared by UTF-16 code units, matching LC_ALL=C order for ASCII data.

Source Files

Powered by MoonBit

Site sourceReport issuePackagesBuild queueSkillsStatistics

© 2026 mooncakes.io