Thursday, October 27, 2005

Concatenate files with cat - BASH Linux

cat lets you concatenate files. To combine contents of file1.txt and file2.txt into file3.txt, you would use


cat file1.txt file2.txt > file3.txt

2 Comments:

At Sun Dec 24, 03:25:00 PM, Anonymous Anonymous said...

Frank,

Short but sweet, and more to the point, exactly what I was looking for in a way that google could easily find it.

Thanks,

guest

 
At Sun Aug 05, 12:12:00 PM, Anonymous Anonymous said...

thanks ;-)

 

Post a Comment

<< Home