SyntaxFix
Write A Post
Hire A Developer
Questions
find will find all files that match a pattern:
find
find . -name "*foo"
However, if you want a picture:
tree -P "*foo"
Hope this helps!