"cat" Command

Learn all about cat command

HOME

The cat (short for concatenate) command is one of the most frequently used command in Linux/Unix like operating systems. cat command allows us to create single or multiple files, view contents of file, concatenate files and redirect output in terminal or files. In this article, we are going to find out handy use of cat commands with their examples. More Information can be found on its manual page.

root:~# man cat