Linux find file names with given string recursively [duplicate] December 18, 2022 by Tarik Use the find command, find . -type f -name "*John*"