InterviewSolution
Saved Bookmarks
| 1. |
To remove the file named my document.txt, which one of the following commands will be used?(a) rm my\ document.txt(b) rm my document.txt(c) rm *(d) rm my_document.txtI got this question in an interview for job.I would like to ask this question from Pattern Matching, Escaping and Quoting topic in division The Shell of Unix |
|
Answer» The correct answer is (a) RM my\ document.txt |
|