Vidyalelo
Computer Science · Q437

UNIX

Engineering and GATE · Computer Science · question 437

Q437

To remove the file named my document.txt, which one of the following commands will be used?

A.
rm my\ document.txt
Answer
B.
rm my document.txt
C.
rm *
D.
rm my_document.txt

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board