LPI 010-150 Question Answer
How can the current directory and its subdirectories be searched for the file named MyFile.xml?
find . -name MyFile.xml
grep MyFile.xml | find
grep -r MyFile.xml .
less MyFile.xml
search Myfile.xml ./
TESTED 16 Jul 2025
Copyright © 2014-2025 ACE4Sure. All Rights Reserved