How to search a string which has occured numerous times in a single row. I tried many options, I am facing issue with the file size. Anything I go for, it says it is huge.. File is 82MB.
Assume, the file contains the string 'Name' in many places.. Something Like below.
Mac*12212*Jammm*!Name*21979*jshdkjs*IHH*jewdjwd*Name*9899 and goes on
Commands like "sed" "grep" etc. expect unix standard format text files. Is this a standard format unix text file (i.e. with every record terminated with a linefeed character)? Are you confusing file size with record size I wonder?