concatenation
September 17th, 2006 mysurface Posted in cat, Text Manipulation | Hits: 15484 | 1 Comment »
Just to highlight 2 examples of cat here,
simple cat from one file to another,
cat file1 > file2
all content of file2 will be overwrite and replace with content of file1.
cat file1 >> file2
all content of file1 will be paste bellow the content of file2.







March 23rd, 2009 at 5:25 am
Commenting usually isnt my thing, but ive spent an hour on the site, so thanks for the info