Linux CLI - Viewing and Editing Files
Which command will display the contents of two files named
file1.txt and file2.txt one after the other?file1.txt and file2.txt one after the other?cat handles multiple filescat command can take multiple filenames and display their contents sequentially.cat file1.txt file2.txt will print the contents of file1.txt followed by file2.txt.cat = list files in order [OK]cat to show all contents [OK]15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions