Cat Tool

Concatenate and display file contents to standard output.

Install

openclaw skills install @dinghaibin/cat-tool

Cat Tool - File Display

Read and concatenate files, displaying contents to stdout.

Quick Start

bash
cat-tool myfile.txt

Features

  • Display file contents
  • Concatenate multiple files
  • Line numbers (-n)
  • Squeeze blank lines (-s)

Examples

bash
cat-tool README.md
cat-tool file1.txt file2.txt > combined.txt
cat-tool -n script.py

See Also

  • Related documentation: man cat (if available)