InterviewSolution
Saved Bookmarks
| 1. |
Which command is used to create empty files?(a) cp(b) cat(c) touch(d) createThe question was posed to me in unit test.My question is taken from Displaying and Creating Files: cat Command in section Handling Ordinary Files of Unix |
|
Answer» The correct choice is (d) create |
|