wc

Count lines, words, and bytes like wc, runnable via moonx

wc
coreutils
text
cli
wasm
moon add bobzhang/wc@0.1.0
Download zip
Author
Version
0.1.0
License
Apache-2.0
Last updated
2 hours ago
Downloads
2

Dependencies

README

#wc for moonx

Count lines, words, and bytes without installing anything:

printf 'one two\nthree\n' | moonx bobzhang/wc moonx bobzhang/wc -l notes.txt

Options: -l lines, -w words, -c bytes, -m UTF-8 characters. With no flags it prints lines, words, and bytes. Counts are separated by single spaces (not column-aligned like GNU wc). Multiple files get a total row.

Source Files

Powered by MoonBit

Site sourceReport issuePackagesBuild queueSkillsStatistics

© 2026 mooncakes.io