This question was asked before, but it did not seem to have a clear answer. I want to be able to read in a file (one line at a time), run that line through a process, and then read in the next line. So far I am able to read in just the fist line using a sample tool, run the process (with a block until done equipped), and then output the first row. I am not sure how to go back and get the next row. I have referenced this page, but the answer does not seem to be very clear.
Can I use a command tool, or an R tool to achieve this?