cat file # Prints content of file in console cat file1 file2 > file3 # Prints content of file1 and file2 into file3 cat -n file # Prints content of file enumerated (-n)