InterviewSolution
Saved Bookmarks
| 1. |
Which of the following command will remove the file named * ?(a) rm *(b) rm ‘*’(c) rm \*(d) rm ‘*’ and rm \*I got this question at a job interview.This interesting question is from Pattern Matching, Escaping and Quoting in division The Shell of Unix |
|
Answer» Right CHOICE is (d) rm ‘*’ and rm \* |
|