Cat command is one of the basic commands that you learn when you start your journey in the Unix / Linux world.
You already know that cat displays a file content. What more could this command do?
You will be asked in interview like, what does cat File1.txt File2.txt’ displays?
File1.txt looks like:
File2.txt looks like:
cat File1.txt File2.txt :
You can watch video tutorial of this post here: