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.txt
I 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