Grateful to life, people and experiences
Cd into the directory.
Example:List down all the files with the name test.
find . -type f -name "test*"
Additional tip
List down all the directories with the name test.
find . -type d -name "test*"