Another function of the cat command is to combine files, or concatenate files with the result stored in another file, e.g.:
cat file.1 file.2 > file.3Avoid storing the result in one of the original files, as this will cause the original file to be overwritten.