I’ve already shown you how to view files with the cat command. In today’s post I’m going to show you how to use the GNU cat command for its originally intended purpose: for joining multiple files together.
For this example we’ll need a couple of text files to start with. Paste the following text into a text editor and save it as file1. Continue reading