SEARCH: webmonkey  the web

 


Quick Reference:

JavaScript Library
HTML Cheatsheet
Special Characters
Color Codes
Browser Chart
Stylesheet Guide
Unix Guide
Glossary
Domain Registries

Reference   Unix Guide

cat

cat allows you to read multiple files and then print them out. You can combine files by using the > operator and append files by using >>.

Structure: cat [argument] [specific file]

If you wanted to append three files, you'd do this:

cat silly.html monkey.html baby.html > all

Back to the index.