InterviewSolution
Saved Bookmarks
| 1. |
Which command is used for removing file named-file.txt?(a) rm -file.txt(b) rm file.txtrm(c) rm — -file.txt(d) rm -f file.txtI had been asked this question in an interview.I need to ask this question from Deleting and Renaming files: rm and mv Command topic in portion Handling Ordinary Files of Unix |
|
Answer» Correct ANSWER is (C) rm — -file.txt |
|