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

Posted by: Pdfprep Category: LFCS Tags: , ,

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 ./

Answer: A

Leave a Reply

Your email address will not be published.