Recursively find files with a specific extension January 6, 2023 by Tarik My preference: find . -name '*.jpg' -o -name '*.png' -print | grep Robert