I’m trying to use grep to find the pattern “TTTAAA” in a document, but the document is formatted like:
xxxTTTA
AAxxxxx
Is there a way to make grep ignore linebreaks?
Thank you
I tried using grep to find a pattern in a huge text file. I expect a command that will find it regardless of linebreaks. I can’t predict where the linebreak will occur.
1