- name
- cat-tool
- description
- Concatenate and display file contents to standard output.
Cat Tool - File Display
Read and concatenate files, displaying contents to stdout.
Quick Start
cat-tool myfile.txtFeatures
- Display file contents
- Concatenate multiple files
- Line numbers (-n)
- Squeeze blank lines (-s)
Examples
cat-tool README.md
cat-tool file1.txt file2.txt > combined.txt
cat-tool -n script.pySee Also
- Related documentation:
man cat(if available)