Hi,
I have a text file which contains thousands of record and each record has a length of 256 characters.
I need to grep for the lines containing the text 401055, starting at column 9.
How do I achieve this with grep or egrep command? I don’t want a shell script or awk to achieve this.
Thanks,
Balaji.
Of course, I could be wrong.