Solved

How Can the Current Directory and Its Subdirectories Be Searched

Question 120

Multiple Choice

How can the current directory and its subdirectories be searched for the file named MyFile.xml?


A) find . -name MyFile.xml
B) grep MyFile.xml | find
C) grep -r MyFile.xml .
D) less MyFile.xml
E) search Myfile.xml ./

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions