In today’s article, What Is Cat Command In Linux? We will seek an answer to the question.
The cat command allows us to see the files inside a text file.
We can read and write in the text file with text editors such as vi, vim and nano, but we can only read with the cat command.
1 |
cat /home/farukerdem/textfile |
As the above command output reads only as seen below,
it terminates the command by giving the output after reading the data in it.