UNIX find
You have a bunch of files maybe in different subdirectories. You want to search for a certain pattern and within the found items you want to grep the content. It works like this:
cbilz@MacBook-Air-M2 datamodel % ls -l update* ...
hamsteridea.hashnode.dev2 min read