Concatenate
14Dec07
The cat command is short for concatenate, which I looked up in the dictionary and which means “to link or join together”. Essentially, it will display the contents of a text file with another text file (or files) directly under it, as in:
cat file1.txt file2.txt
Filed under: Text processing tools | Leave a Comment
No Responses Yet to “Concatenate”