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
Looking for a MySQL expert? I'm available to provide MySQL consulting
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:
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
thanks ;-)
Post a Comment
<< Home