->Title Page
->Intro
->Unix
-->Overview
-->File Structure
-->Online Manual
-->Basic Commands
--->Logging In
--->Password
--->Getting Out
--->Listing files
->Catenate
--->Paging
--->Copying
--->Removing
--->Renaming
--->Directory trees
--->Make/Remove Directories
-->Additional Commands
-->Login files
-->Special characters
-->Miscellaneous Tips
-->Things to try
->Vi editor
->Mirror sites
->Further reading

[ Up ]
[Prev][Home][Next]
[Author]

Unix ---> Catenate

Catenate means "to connect in a series." The cat command displays the contents of a file. If more than one file is placed in the command line, i.e. cat yellow blue, the files are displayed in succession. It is here that cat derives its name. With the use of the redirection operator, two files can be placed into a single file. Typing


    cat yellow blue > green
will cause green to contain the contents of yellow followed by the contents of blue.

Site Statistics

Find this site useful? Want to give something back?

t a y l o r@l i n u x a v e.n e t

© 1993-2000 Christopher C. Taylor