Beginner
Linux & Shell Scripting
Q4 / 100
In Linux, what does the command "cat file.txt" do?
Correct! Well done.
Incorrect.
The correct answer is B) Displays the contents of file.txt to standard output
B
Correct Answer
Displays the contents of file.txt to standard output
Explanation
"cat" (concatenate) outputs the content of one or more files to the terminal, and can also be used to concatenate multiple files together.
Progress
4/100