I have an a.txt file that inside it has adsaadv I would like to look in addition to other files starting with a and ending with v.
I thought of using the grep something like, grep "^ [a-v $]" a.txt
However, I did not succeed, do I have to merge grep commands with something else?
Thank you if you can give me a clairvoyance.