cat

Concatenate files or stdin to stdout byte-transparently, like cat, runnable via moonx

cat
coreutils
bytes
cli
wasm
Download zip
Author
Version
0.1.0
License
Apache-2.0
Last updated
21 hours ago
Downloads
3

Dependencies

#cat for moonx

Concatenate files or stdin to stdout, byte-transparently:

moonx bobzhang/cat a.txt b.txt printf '\x00\xff' | moonx bobzhang/cat | moonx bobzhang/xxd -p # 00ff

Bytes pass through unmodified — no UTF-8 decoding and no newline normalization, so binary data is safe. Use - (or no argument) to read stdin. No formatting flags.

Source Files