InterviewSolution
Saved Bookmarks
| 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 |
|