Q73
Which command is used to delete all files in the current directory as well as all files and sub-directories in its subdirectories?
A.
rm *
B.
rm -r *
AnswerC.
rm all
D.
rm *.*
E.
None of the above
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board