background
|
|
RiscOS
Risc OS Info
All you need to know about Risc OS and more.
More icon

Computer
|
|
Up Image
Navigation
Search this Site
Enter your search terms

Site Breadcrumb - You are here
|
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.