How can the current directory and its subdirectories be searched for the file named MyFile.xml? seenagape 10 years ago How can the current directory and its subdirectories be searched for the file namedMyFile.xml? A. find . -name MyFile.xml B. grep MyFile.xml | find C. grep -r MyFile.xml D. less MyFile.xml E. search Myfile.xml ./ Explanation: ← Previous question Next question →