Cat

From Wiki

Revision as of 20:23, 31 January 2006 by Admin (Talk | contribs)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
Jump to: navigation, search

CAT - To read out a file.

cat file.txt

To append one file to the end of another, enter:

cat section1.4 > > section1

The > > (two carets) appends a copy of section1.4 to the end of section1. If you want to replace the file, use the > (caret).

Personal tools