19 December 2015 by Charles Yuan
To search for files that match a particular name, use find(1); for example
find / -name "*GENERIC*" -ls
will search ‘/’, and all subdirectories, for files with ‘GENERIC’ in the name.