find all dirs and files in ubuntu with specific name code example Example: ubuntu terminal find file recursive sudo find . -print | grep -i '.*[.]xml'