Skip to main content

9.1) Concatenate


The cat command allows you to append files together. cat is short for concatenate, or joining up. So if you have files called ‘file1’ and ‘file2’ and in ‘file1’ is:

2.3
4.3
4.9
6.2
7.1

And in ‘file2’ is:

9.3
8.4
4.3
2.1
0.9