1.

What does cat file01file01file01 display?(a) error(b) blank terminal(c) contents of file01 three times successively(d) contents of file01 single timeThis question was posed to me in final exam.Origin of the question is Displaying and Creating Files: cat Command topic in division Handling Ordinary Files of Unix

Answer»

Correct choice is (C) CONTENTS of file01 three times successively

For explanation: When multiple filenames are SPECIFIED as arguments with cat COMMAND, it concatenates the contents of all the files specified as arguments and displays the OUTPUT on the terminal.



Discussion

No Comment Found

Related InterviewSolutions