You can sometimes 'fool' grep by playing with the line layout
It is unclear what you are trying to look for. However, sometimes a file can be re-formatted to combine multiple related lines into one - so grep can work - and then the file broken back into pieces.
This is done with a "tr" command.
If you provide more on what you are trying to learn from this file, someone may be able to assist in extracting the information.
|