Quote:
Originally posted by Damian Ibbotson
Sounds a bit crazy to me. What's wrong with awk or sed for the job? Can you elaborate on your requirements?
|
I just want to cut each line in a text file starting from the first line until end of the file so that I can process the content in the record separately. I need to know as well how to move the pointer to the next line until end of file. FYI, I'm new in Shell scripts and awk and sed may be new to me.