I've been looking for a way to search for a file based on a pattern (*-stack.txt for example) over the last few days and have been having a very difficult time finding a way to do so, having said that I was wondering if anyone knew of a way to do this? Have searched around on google and such as well, but could not really find anything of use :/ this would just serve to search a linux directory for files that match a certain pattern
(an example of directory plus out)
/dev/shm/123-stack.txt abc-stack.txt overflow-stack.txt
searching for *-overflow.txt would return all of the above files