I have a very big file in my Linux server(currently more than 10GB) and the content is keep on adding to the end of the file .
I have another script that needs to process this file about 1000 lines at a time . What is the best way to get the lines from this file and operate on the same .
I am thinking about sed command to cut out the lines. But is that the best approach ?