cat
command
Checkout man
pages, like other commands. 4 major functions of cat
this will combine files in output
We can ouput the two files into a new file with the >
right arrow
We can create file with cat
along with the >
right arrow, followed by the file name,
the cursor will stay to left side. When we are done typing the content of the file, press cntrl + D
Use cat with the filename then >
greater than sign