LPI
117-010 · Question #64
How can the current directory and its subdirectories be searched for the file named MyFile.xml?
The correct answer is A. find . -name MyFile.xml. See the full explanation below for the reasoning.
Question
How can the current directory and its subdirectories be searched for the file named MyFile.xml?
Options
- Afind . -name MyFile.xml
- Bgrep MyFile.xml | find
- Cgrep -r MyFile.xml .
- Dless MyFile.xml
- Esearch Myfile.xml ./
How the community answered
(32 responses)- A78% (25)
- B3% (1)
- C13% (4)
- E6% (2)
Community Discussion
No community discussion yet for this question.