how to search file name in linux using wildcard

C++
find . -name '*abcd*'

Source

Also in C++: