cat
Installation
SKILL.md
cat
Concatenate files and print their contents to standard output.
Quick Start
- Verify availability:
cat --version(GNU) orman cat - Display a file:
cat file.txt - Concatenate files:
cat a.txt b.txt > combined.txt
Intent Router
references/cheatsheet.md— Display, concatenate, number lines, show non-printing characters, file writing via heredocreferences/advanced-usage.md— Combining with pipelines, heredoc patterns, binary file awareness, tac for reversereferences/troubleshooting.md— Binary content warnings, large file pitfalls, useless use of cat, encoding issues