Concatenate and display file contents to standard output.
--- 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 ```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)
don't have the plugin yet? install it then click "run inline in claude" again.