Working with Files through the Command Line
cat The cat command concatenates and prints the contents of files. cat <filename> will read the contents of a file and print them out. For example, cat instructions.txt will read in from the instructions.txt file and then print the contents out to ...


